Home
Java Virtual Machine
The Java Virtual Machine (JVM™) is a runtime environment designed for executing compiled Java byte code, contained in the .class files, which result from the compilation of Java source code. Several different types of JVM exist, ranging from simple interpreters to just-in-time compilers that dynamically translate byte code instructions to platform-specific instructions as required.
ibm.com/redbooks