Amazon Interview Question

Compilation diffs b/w c++ and java/c#? Advantages of IL and JIT?

Interview Answer

Anonymous

Feb 10, 2011

C++ compiles directly into machine code, Java compiles to byte code then the JVM interprets into machine code.