Computer Science, asked by sheela9213, 2 months ago


Write a note on JVM.

Answers

Answered by devroy26780
10

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 reference implementation is developed by the OpenJDK project as open source code and includes a JIT compiler called HotSpot.

Answered by Anonymous
6

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 that are also compiled to Java bytecode. ...

The JVM reference implementation is developed by the OpenJDK project as open source code and includes a JIT compiler called HotSpot.

Similar questions