Re: Choosing between Java and Groovy
Posted by Akshay_M on Jun 02, 2022; 8:38am
URL: http://ofbiz.116.s1.nabble.com/Choosing-between-Java-and-Groovy-tp4767998p4772069.html
Java doesn't support variable substitution which is allowed by Groovy when quoted. Groovy is a dynamic typing language, while Java is a statically typed language. Thus, with Groovy programming, developers can spend less time writing code.