πŸ§ͺ Apache Groovy MCQ Quiz Hub

Groovy MCQ

Choose a topic to test your knowledge and improve your Apache Groovy skills

What is the limitation of Groovy?





βœ… Correct Answer: 4

You write a web application with groovlets. You need to get parameter of the request with name 'age' in your script. What is the best way to do this?





βœ… Correct Answer: 4

How Groovy string is expressed?





βœ… Correct Answer: 4

How can we build AST (Abstract Syntax Trees) in Groovy from string?





βœ… Correct Answer: 4

Explain GroovyDoc comment?





βœ… Correct Answer: 4

. Why Use Groovy?





βœ… Correct Answer: 4

What are Bitwise Operators in Groovy?





βœ… Correct Answer: 4

You write a web application and build it by the Gradle build tool. When you see all Gradle tasks, there isn't task 'war'. What a problem may it be?





βœ… Correct Answer: 1

Mention the features offered by groovy JDK.





βœ… Correct Answer: 4

What are the advantages of groovy?





βœ… Correct Answer: 4

How Is Groovy string expressed?





βœ… Correct Answer: 4

What are the limitations of Groovy?





βœ… Correct Answer: 4

What are the features of groovy JDK?





βœ… Correct Answer: 3

How can we build AST (Abstract Syntax Trees) in Groovy from a string?





βœ… Correct Answer: 4

AST in Groovy can be built from





βœ… Correct Answer: 4

What is Groovydoc Comment?





βœ… Correct Answer: 4

What does JVM stand for?





βœ… Correct Answer: 2

Following the assignment def x = 2/3; what it the type of variable x?





βœ… Correct Answer: 3

Which tool provides a GUI for writing simple Groovy programs?





βœ… Correct Answer: 3

Which tool provides a GUI for writing simple Groovy programs?





βœ… Correct Answer: 3

Groovy is based on





βœ… Correct Answer: 1

Groovy is a high-level language





βœ… Correct Answer: 1

Groovy is





βœ… Correct Answer: 3

In static programming languages





βœ… Correct Answer: 2

In Groovy map, each element will be mapped to a A. B. C.





βœ… Correct Answer: 3

Groovy can be used as a scripting language.





βœ… Correct Answer: 1

What will be the output for the following code? def example = 1..100 println(example.getTo())





βœ… Correct Answer: 3

In groovy all methods and classes are--------------by default A. B. C.





βœ… Correct Answer: 2

AST in Groovy can be built from…





βœ… Correct Answer: 4

Which of the following is a reason why programmers use Groovy?





βœ… Correct Answer: 4

Groovy is an object oriented programming language for





βœ… Correct Answer: 1

All of the following are uses of Groovy except…





βœ… Correct Answer: 4

What term do you use in Groovy to declare a function outside a class?





βœ… Correct Answer: 3

Groovy does not require…





βœ… Correct Answer: 4

What is the limitation of Groovy?





βœ… Correct Answer: 4

How can we build AST (Abstract Syntax Trees) in Groovy from string?





βœ… Correct Answer: 4

What is the command to run a groovy file from the command line





βœ… Correct Answer: 1

How to use single line comments in groovy





βœ… Correct Answer: 1