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
Can we overload the main() method?
What is off heap memory?
What are the uses of synchronized keyword?
Which is dependent variable?
What steps are taken when the OS shifts from one-thread execution to another?
What is a values collection view ?
What are the loops in java?
Is node a data type in java?
What is string data?
How does singleton class work?
What is the access scope of protected access specifier?
What do you mean by stream pipelining in java 8?
What is the purpose of an interface?
What is thread pool in java with example?
What is operator overloading. Is it is supported in java?