Do JVMs on Desktops Use JIT Compilation?

Posted by destructo_gold on Stack Overflow See other posts from Stack Overflow or by destructo_gold
Published on 2010-04-06T13:19:46Z Indexed on 2010/04/06 13:23 UTC
Read the original article Hit count: 216

Filed under:
|
|
|

I always come across articles which claim that Java is interpreted. I know that Oracle's HotSpot JRE provides just-in-time compilation, however is this the case for a majority of desktop users? For example, if I download Java via: http://www.java.com/en/download, will this include a JIT Compiler?

© Stack Overflow or respective owner

Related posts about java

Related posts about jit