Pergunta de entrevista da empresa Amazon

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

Resposta da entrevista

Sigiloso

10 de fev. de 2011

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