Logo 
Search:

Java Forum

Ask Question   UnAnswered
Home » Forum » Java       RSS Feeds

JIT & Standard

  Asked By: Leona    Date: May 01    Category: Java    Views: 527
  

What is the difference between a standard and Just-In-Time compiler? Does it
mean that Java Bytes are translated into machine code at runtime?

Share: 

 

1 Answer Found

 
Answer #1    Answered By: Tommy Thompson     Answered On: May 01

Yes, JIT VM´s translates the most used parts of your code  into native
code for optimization.

 
Didn't find what you were looking for? Find more on JIT & Standard Or get search suggestion and latest updates.




Tagged: