Computer Science, asked by Anisha9b, 1 year ago

What is the role of JVM in platform independence

Answers

Answered by mohammedadil424
3
the JVM is use to both translate and bytcode into machine into a particular computer and actually execute the corresponding machine language instructions as well with out JVM u can't run Java applications

mohammedadil424: can u mark me as brainlist plz
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