what is jvm in Java??
Answers
Answered by
16
Hey friend,
Here is your answer:
JVM is Java Virtual Machine that is a Java interpreter that is used to convert byte code to object code or machine level language for a specific platform.
Hope it helps u.
Here is your answer:
JVM is Java Virtual Machine that is a Java interpreter that is used to convert byte code to object code or machine level language for a specific platform.
Hope it helps u.
LonelyHeart:
Sorry for answering so late
Answered by
2
JVM is an abstract machine designed to be implemented on top of existing processors .
It helps to convert the given code in JAVA to bytecode and then we can intrepret the code for a given platform by using an interpreter .
This interpreter is called JVM .
The full form of JVM is Java Virtual Machine .
The code is first written in .java .
Then converted to bytecode and then .exe by the JVM .
Similar questions