Java Virtual Machine

Submit New Article

May 19, 2008 4:21 AM PDT




The Java Virtual Machine, or JVM, is an abstract stack-based computing machine whose instruction set is called Java bytecode. Typically, Java programs are compiled into class files containing Java bytecode. The purpose of the JVM is to provide a consistent execution platform regardless of the underlying hardware.