1.

What is JVM?(a) Bootstrap(b) Interpreter(c) Extension(d) CompilerThis question was addressed to me in homework.My doubt is from Memory Management topic in section Exploring java.lang & java.io of Java

Answer»

Right option is (b) Interpreter

Best explanation: JVM is Interpreter. It READS .CLASS FILES which is the byte code GENERATED by COMPILER line by line and converts it into native OS code.



Discussion

No Comment Found

Related InterviewSolutions