-
Which component is responsible to optimize bytecode to machine code?
-
- JRE
- JDK
- JVM
- JIT
- None of these
Correct Option: D
JIT optimizes bytecode to machine specific language code by compiling similar bytecodes at same time.This reduces overall time taken for compilation of bytecode to machine specific language.