What is Just-in-time (JIT) Compiler?

Submitted by: Administrator
A compiler that converts all of the bytecode into native machine code just as a Java program is run. This results in run-time speed improvements over code that is interpreted by a Java virtual machine.
Submitted by: Administrator

Read Online J2SE Job Interview Questions And Answers