The JIT compiler helps to improve the performance of Java programs by compiling bytecode into native machine code at run time
- Just in time, the compiler is referred to as a JIT compiler.
- Byte code is converted into executable code by the JIT compiler.
- A component of JVM is JIT.
- JIT translates as needed during execution; it cannot convert an entire Java program into executable code.