Computer Science, asked by Sohom9323, 1 year ago

What is JVM, Java virtual machine?

Answers

Answered by rupali1940
2

Ans-an abstract machine that carries the entire library to execute a bytecode and gives us the result.

Answered by cyrusbishop
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