What are the limitations of Groovy?

devquora
devquora

Posted On: Feb 22, 2018

 

    1 Answer Written

  •  devquora
    Answered by Prachi

    Limitations of Groovy

    • Can be slower than other object-oriented programming languages.
    • No closures are allowed.
    • Thin documentation.
    • Harder to learn if you dont have knownledge of optional typing.
    • Slower than Java

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

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