Where will the JIT complier runs?

Questions by mohanapandi.s

Showing Answers 1 - 6 of 6 Answers

parii

  • Dec 4th, 2007
 

Short for just-in-time compiler,a code generator that converts Java bytecode into machine language instructions.
java programs compiled in JIT generally run much faster than when bytecode is executed by an interpreter.

  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