Tuesday, November 29, 2011

What are the differences between JIT and HotSpot

The Hotspot VM is a collection of techniques, the most significant of which is called "adaptive optimization. :The JIT(Just In time)is a compiler which is with in the jvm which makes the execution fast.the Java virtual machine internally uses the JIT compiler to make better performance.
Category:Java Interview Questions

No comments:

Post a Comment