Question 10705 – Cache
November 8, 2023OOPS
November 8, 2023OOPS
| Question 2 |
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?
| Class loader only | |
| Class loader and Java Interpreter | |
| Class loader, Java Interpreter and API | |
| Java Interpreter only |
Correct Answer: B
