1.
What is the limitation of Groovy?
2.
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?
3.
How Groovy string is expressed?
4.
How can we build AST (Abstract Syntax Trees) in Groovy from string?
5.
Explain GroovyDoc comment?
6.
Why Use Groovy?
7.
What are Bitwise Operators in Groovy?
8.
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?
9.
Mention the features offered by groovy JDK.