What do you mean by JVM???
Answers
Answered by
1
JVM - Java Virtual Machine
Anonymous:
please elaborate
Answered by
4
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.
Explanation:
We are aware that any source program needs to be either compiled or interpreted before it can be executed. But with a Java combination of these two is used.
Here, JVM is used as a Java interpreter.
Similar questions