JVM(Java Virtual Machine)
JVM(Java Virtual Machine) is an abstract computing machine. It is a specification that provides runtime environment in which java bytecode can be executed. JVM acts as a run-time engine to run Java applications, It understands machine code, A Java virtual machine 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. JVM is the one, which provides the java facility to compile one and run it anywhere.
The JVM provides following operations:
JVM provides definitions for the :
Great