Question - What is JIT?
Answer -
JIT is termed as Just in Time compiler which is used as a part of runtime execution environment. There are three types of JIT and they are:
- Pre-JIT – Compiles at the time of deployment of an application
- Econo-JIT – Compiles called methods at runtime
- Normal JIT – Compiles called methods at runtime and they get compiled first time when called