OOPS
August 29, 2024OOPS
August 29, 2024OOPS
|
Question 124
|
Which of the following statements is true?
|
The JAVA compile produces a code for JVM, which is executed by a JAVA interpreter
|
|
|
The JAVA compile produces code directly for JAVA interpreter
|
|
|
The JAVA compiler directly executes codes in JVM
|
|
|
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
● 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
● First, Java code is compiled into bytecode. This bytecode gets interpreted on different machines
