InterviewSolution
Saved Bookmarks
| 1. |
What Is Just-in-time (jit) Compiler ? |
|
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. 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. |
|