What is JVM, Java virtual machine?
Answers
Answered by
2
Ans-an abstract machine that carries the entire library to execute a bytecode and gives us the result.
Answered by
3
Answer:
JVM that is Java virtual machine is an interpreter which is used to translate the byte code to machine code, when the byte code is to be run on any system.
Java machine code varies for different platform like Windows, UNIX, OS-2 etc.
Thus, Java Interpreter converts the byte code to the machine code accordingly.
Similar questions