Multiple choice

JIT stands for

  1. Java In Time Compiler

  2. Just In Time Complier

  3. Java Inhertited Time

  4. Java Interrupt Time

Reveal answer Fill a bubble to check yourself
B Correct answer
Explanation

JIT stands for Just In Time Compiler. It compiles bytecode to native machine code at runtime to improve performance. Options A, C, and D are incorrect expansions.