Computer Science, asked by chan930, 1 year ago

what is ment by JAVA VERTUAL MACHINE

Answers

Answered by abhi8210
1
The Java Virtual Machine (JVM) is the runtime engine of the Java Platform, which allows any program written inJava or other language compiled intoJava bytecode to run on any computer that has a native JVM.

Hope it helps you.
Answered by SohamKundu012
0

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 .

It is platform independent .

It hides the operating system from JAVA application .

Similar questions