1.

Which component is responsible for converting bytecode into machine specific code?(a) JVM(b) JDK(c) JIT(d) JREThis question was posed to me during a job interview.I want to ask this question from JDK-JRE-JIT-JVM topic in section Java Environment & OOPS Concepts of Java

Answer»

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.



Discussion

No Comment Found

Related InterviewSolutions