1.

Which component is responsible to optimize bytecode to machine code?(a) JVM(b) JDK(c) JIT(d) JREI got this question by my school principal while I was bunking the class.I need to ask this question from JDK-JRE-JIT-JVM in portion Java Environment & OOPS Concepts of Java

Answer»

The correct choice is (C) JIT

The best I can explain: JIT OPTIMIZES bytecode to machine specific language code by COMPILING similar bytecodes at the same time. This reduces OVERALL time taken for compilation of bytecode to machine specific language.



Discussion

No Comment Found

Related InterviewSolutions