Given the following code:
public class MainClass { public static int f(){ int i=0; i++; return i; } }
the c
Also, by moving optimization to JVM, all JVM based languages can benefit. Compilers (not just javac) have a relatively easier job; language inventors don't have to be optimization experts.