The Java Virtual Machine (JVM) is an abstract computing machine that enables a Computer to execute Java bytecode. It acts as a runtime environment, translating compiled code into machine-specific instructions, ensuring Java's "write once, run anywhere" capability.
See also