Home » JAVA Programming » Basic Syntax » Question
  1. Which component is responsible to optimize bytecode to machine code?
    1. JRE
    2. JDK
    3. JVM
    4. JIT
    5. 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.



Your comments will be displayed only after manual approval.