Computer Science, asked by Abhi1520, 1 year ago

what do you mean by JVM in java language

Answers

Answered by Avshukla
3
hi dear here is ur answer....
A java virtual machine (JVM) is a virtual machine that enables a computer to run java programs as well as programs written in other languages  and compiled to java bytecode...
hope it's help u dear✋
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