what is JVM how does it work
Answers
Answered by
2
Answer:
JVM is called the Java virtual machine.
It is an interpreter that is used to translate the byte code to machine code when the byte code is to be run on any system.
Explanation:
The machine language for the Java Virtual Machine is called Java byte code.
Actually, the Java interpreter running on any machine appears and behaves like a virtual processor chip, that is why, the name - Java Virtual Machine.
Answered by
0
Please mark it as brainliest
Attachments:
Similar questions