What is JIT ?

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


Please Help Members By Posting Answers For Below Questions

Can an object be null?

551


What is computer compiler?

536


Can there be an abstract method without an abstract class?

541


How can we create an immutable class in java?

583


Explain spliterator in java8?

601






What is multi-catch block in java?

620


What is type parameter in java?

522


Explain the reason behind ending a program with a system.exit(0)?

600


What is a double?

591


Explain how to force the garbage collection in java.

537


Is age a discrete variable?

528


What is the order of arraylist in java?

611


What do you mean by global variable?

527


What is difference between checked and unchecked exception in java?

582


Name component subclasses that support painting in java programming?

639