Home » JAVA Programming » Basic Syntax » Question
  1. Which component is responsible for converting bytecode into machine specific code?
    1. JDK
    2. JIT
    3. JRE
    4. JVM
    5. None of these
Correct Option: D

JVM is responsible to converting bytecode to the machine specific code. JVM is also platform dependent and provides core java functions like garbage collection,memory management, security etc.



Your comments will be displayed only after manual approval.