OOPS
August 29, 2024
OOPS
August 29, 2024
OOPS
August 29, 2024
OOPS
August 29, 2024

OOPS

Question 124
Which of the following statements is true?
A
The JAVA compile produces a code for JVM, which is executed by a JAVA interpreter
B
The JAVA compile produces code directly for JAVA interpreter
C
The JAVA compiler directly executes codes in JVM
D
The JAVA compile helps in directly executing a code on different operating
Question 124 Explanation: 
● JVM is a engine that provides runtime environment to drive the Java Code or applications. It converts Java bytecode into machines language.
● First, Java code is compiled into bytecode. This bytecode gets interpreted on different machines

Correct Answer: A
Question 124 Explanation: 
● JVM is a engine that provides runtime environment to drive the Java Code or applications. It converts Java bytecode into machines language.
● First, Java code is compiled into bytecode. This bytecode gets interpreted on different machines

Leave a Reply

Your email address will not be published. Required fields are marked *