J2SE Question: Download J2SE PDF

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

Tweet Share WhatsApp

Answer:

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.

Download J2SE PDF Read All 214 J2SE Questions
Previous QuestionNext Question
What is keyword?What is JNI?