JIT compiler is a component of JRE that improves the performance of applications.

JIT compiler improve the performance of JVM by compiling bytecode into machine code at runtime. Choosing the right compiler is one of the first and biggest decisions to be made when you are running a Java application.

BY Best Interview Question ON 13 Jan 2019