Which component is responsible for converting bytecode into machine specific code?
(a) JVM
(b) JDK
(c) JIT
(d) JRE
(a) JVM
(b) JDK
(c) JIT
(d) JRE
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
Correct option is (a) JVM
To elaborate: 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.