Computer Science, asked by ektapandey60, 8 months ago

write short note in JVM​

Answers

Answered by Divyansh50800850
2

Explanation:

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 that are also compiled to Java bytecode. The JVM is detailed by a specification that formally describes what is required in a JVM implementation. Having a specification ensures interoperability of Java programs across different implementations so that program authors using the Java Development Kit (JDK) need not worry about idiosyncrasies of the underlying hardware platform.

PLEASE FOLLOW ME

Answered by ItzMADARA
8

Java Virtual Machine (JVM) is a engine that provides runtime environment to drive the Java Code or applications. It converts Java bytecode into machines language. JVM is a part of Java Run Environment (JRE). In other programming languages, the compiler produces machine code for a particular system. However, Java compiler produces code for a Virtual Machine known as Java Virtual Machine.

How JVM works

Java code is complied into bytecode. This

bytecode gets interpreted on different machines

Between host system and Java source, Bytecode is an intermediary language.

JVM is responsible for allocating memory space.

If you satisfy on my answer please mark it BRAINLIEST ✏️✏️✏️✏️✏️✏️✏️✏️

Similar questions