What is jvm | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
- 1

What is jvm

jvm is java virtual machine which interrupt the java code to byte code for mechanics readable format.

28th Nov 2016, 6:23 PM
bhishma
bhishma - avatar
2 Answers
0
program written in Java r compiled into Java byte code, which is then interpreted by a special Java interpreter for a specific platform. actually this Java interpreter is known as (jvm) Java virtual machine .
28th Nov 2016, 6:38 PM
Anmolpreet Kaur
Anmolpreet Kaur - avatar
0
A Java virtual machine (JVM) is an abstract computing machine that enables a computer to run a Java program. There are three notions of the JVM specification, implementation and instance. ... An instance of a JVMis an implementation running in a process that executes a computer program compiled into Java bytecode.
28th Nov 2016, 7:52 PM
Abdelaziz Abubaker
Abdelaziz Abubaker - avatar