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
Is Constructor possible in abstract class in java ?
Is 64bit faster than 32 bit?
What is a nested class?
What invokes a thread's run() method in java programming?
What is a classloader in java?
What are recursive functions? Give some examples?
What is the difference between a scrollbar and a scrollpane?
What is an object’s lock and which object’s have locks?
Why is singleton not thread safe?
What is comparable and comparator interface? List their differences
What is a 16 bit word?
Can a serialized object be transferred via network?
What is a war file?
What is the difference between serial and throughput garbage collector?
Why main method is static in java?