1.

Which component is responsible to run java program?(a) JVM(b) JDK(c) JIT(d) JREThe question was posed to me during a job interview.I would like to ask this question from JDK-JRE-JIT-JVM in section Java Environment & OOPS Concepts of Java

Answer»

Correct choice is (d) JRE

The explanation is: JRE is the IMPLEMENTATION of JVM, it PROVIDES platform to execute JAVA PROGRAMS.



Discussion

No Comment Found

Related InterviewSolutions