What do you understand by groovy?

devquora
devquora

Posted On: Feb 22, 2018

 

Groovy is an object-oriented programming language which is used for Java Virtual Machine. It is a multi-faceted language for Java platform. It was designed by James Strachan in the year 2003. It is dynamic, powerful, and optionally typed with static compilation capability. Its syntax can be familiar and easy to learn. It has the ability to integrate smoothly with any java program. It is a domain specific language aimed at improving developer productivity. It is concise and with the help of this, powerful features including scripting capabilities can be delivered to your application.

    Related Questions

    Please Login or Register to leave a response.

    Related Questions

    Groovy Interview Questions

    List the advantages of groovy.

    Since it is an object-oriented programming language used for Java Virtual Machine, it is very useful. Some of the advan..

    Groovy Interview Questions

    What are the limitations of Groovy?

    Everything that has advantages has some limitations too. Similarly, groovy has some limitations too. Some of the limita..

    Groovy Interview Questions

    Explain why closures and listeners are used in groovy.

    The open and anonymous block of code that takes arguments returns a value and can be assigned to a variable is known as..