JIT Compiler
What is JIT Compiler ?- The full form is Just-In-Time compiler.
- It's a part of JVM and it is used to compiles the byte code into platform-specific executable code that is immediately executed.
- Sun Micro systems suggests that it's usually faster if using the JIT compiler.
Thanks for your time.
- Nireekshan