GeekInterview.com
  I am new, Sign me up!
 
GeekInterview.com  >  Interview Questions  >  J2EE  >  Core Java
Go To First  |  Previous Question  |  Next Question 
 Core Java  |  Question 435 of 502    Print  
What is "JIT ENGINE" in Java?

  
Total Answers and Comments: 3 Last Update: August 24, 2009     Asked by: alok 
  
 Sponsored Links

 
 Best Rated Answer

No best answer available. Please pick the good answer available or submit your answer.
September 20, 2007 02:32:32   #1  
neelam        

RE: What is "JIT ENGINE" in Java?
Sun supplies JIT ENGINE for bytecode which is part of the JVM it compiles the bytecode into executable code in real time on piece-by-piece basis demand basis. JIT compiles code as it is needed during execution.
 
Is this answer useful? Yes | No
February 14, 2008 02:39:40   #2  
sampra Member Since: February 2008   Contribution: 278    

RE: What is "JIT ENGINE" in Java?
jit reads the whole byte code and exceute once where as interpretaor does it by line by line
 
Is this answer useful? Yes | No
August 23, 2009 20:42:31   #3  
james.vinett Member Since: August 2009   Contribution: 4    

RE: What is "JIT ENGINE" in Java?
The just-in-time compiler compiles byte code into native machine language when it first encounters it and then reuses that compiled code rather than recompiling it again. This give performance gains over the interpreter model which interprets the byte code every time it encounters it.
 
Is this answer useful? Yes | No


 
Go To Top


 Sponsored Links

 
About Us -  Privacy Policy -  Terms and Conditions -  Contact -  Ask Question -  Propose Category -  Site Updates 

Copyright © 2005 - 2009 GeekInterview.com. All Rights Reserved

Page copy protected against web site content infringement by Copyscape