- 1
What is jvm
jvm is java virtual machine which interrupt the java code to byte code for mechanics readable format.
2 Respuestas
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 .
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.