JIT Compiler and Interpretor in JVM

In Java JVM we have both JIT compiler and interpretor What are the functionalities of both?

Questions by SatyaPrasad123

Showing Answers 1 - 3 of 3 Answers

Both JIT compiler and Interpretor are used to convert Virtual Machine(VM) instructins into native machine code and  VM use this code for Execution.
Running the  JIT compiled code is bit faster than Running the Interpreted code because it doesn't require to be run line after line....

Aravinda

  Was this answer useful?  Yes

Give your answer:

If you think the above answer is not correct, Please select a reason and add your answer below.

 

Related Answered Questions

 

Related Open Questions