Mention the features offered by groovy JDK.

devquora
devquora

Posted On: Feb 22, 2018

 

Some of the features offered by groovy JDK are as follows:
  • The collection of literals. The literal syntax and its initialization are natural and highly readable unlike java in which they are cumbersome and unpleasant.
  • The Groovy Beans property. Although Java is based on the concept of JavaBeans as a structure, still it lacks a direct syntactic support. Whereas, groovy can declare a field as a property as trivial and can access it too.
  • This feature was presented in groovy since its first release especially in the collection framework.
  • GDK enhancements. Many operators for many of the classes and various additional methods have also been introduced by groovy.

    Related Questions

    Please Login or Register to leave a response.

    Related Questions

    Groovy Interview Questions

    What do you understand by groovy?

    Groovy is an object-oriented programming language which is used for Java Virtual Machine. It is a multi-faceted languag..

    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..