-
Which component is responsible for converting bytecode into machine specific code?
-
- JDK
- JIT
- JRE
- JVM
- 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.