Open In App

NTA | UGC NET 2019 December | Question 27

 Java Virtual Machine (JVM) is used to execute architectural neutral byte code. Which of the following is needed by the JVM for execution of Java Code?

(A)



Class loader only

(B)



Class loader and Java Interpreter

(C)

Class loader, Java Interpreter and API

(D)

Java Interpreter only

Answer: (B)
Explanation:

The Java ClassLoader is a part of the Java Runtime Environment that dynamically loads Java classes into the Java Virtual Machine. The Java run time system does not need to know about files and file systems because of ClassLoaders. 


Quiz of this Question
Please comment below if you find anything wrong in the above post

Article Tags :
Uncategorized