Answer Posted / umaira fathima
Since JRE version 1.2, Sun's JVM implementation has
included a JIT (just in time) compiler. Unlike the previous
interpreter that interpreted bytecode one instruction at a
time, the JIT compiler converts the bytecode for a program
into equivalent native machine code as the program is
loaded into the virtual machine.
This results in faster execution
| Is This Answer Correct ? | 4 Yes | 0 No |
Post New Answer View All Answers
What is byte value?
What is a class object?
Write a program to check string is palindrome without using loop?
What is the difference between object oriented programming language and object based programming language?
how to prepare for IT Officers Interview in Banks
What is the difference between double and float variables in java?
What is advantage of java?
Can you give names of Container classes?
What is member in java?
Explain when noclassdeffounderror will be raised ?
Can list be final in java?
What is treeset and treemap in java?
What is a text string?
Why static functions are used?
How the interruptible method gets implemented?