What to Expect
Learn about the current state of JVM and what to expect in the future.
We'll cover the following...
The state of JVM
The JVM provides a robust platform for software development. In addition to Java, we’ve covered two of the most prominent languages targeted at the JVM: Groovy and Scala.
Java 7 included invokedynamic
for enhancing the performance of dynamic languages on the JVM like Groovy. Meanwhile, Groovy added optional ...