DEVFYI - Developer Resource - FYI

What is Just-in-time (JIT) Compiler

J2SE Interview Questions and Answers


(Continued from previous question...)

144. What is Just-in-time (JIT) Compiler

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.

(Continued on next question...)

Other Interview Questions