JVM

Stands for "Java Virtual Machine." A JVM is a software-based machine that runs Java programs. It can be installed on several different operating systems, including Windows, OS X, and Linux. JVMs allow Java apps to run on almost any computer.

A Java virtual machine processes instructions similar to a physical processor. However, the Java code from a .JAVA file must first be converted into instructions the JVM can understand. This binary format, called "bytecode," can be processed one instruction at a time or compiled into a .CLASS file before execution to improve performance.

While Java apps are platform independent (meaning they can run on different platforms), not all Java programs are compatible with all Java virtual machines. JVMs are updated regularly with new features and support for new instructions. Therefore Java often require a minimum JVM version in order to run.

NOTE: The terms JVM and JRE (Java runtime environment) are often used synonymously. Technically, however, the JVM is part of a JRE, which also includes libraries of functions and other files that Java programs can reference.

Updated March 23, 2016 by Per C.

quizTest Your Knowledge

When processes can finish in an unexpected order, it is also called what?

A
Logic gate
0%
B
Race condition
0%
C
Boolean variable
0%
D
Garbage collection
0%
Correct! Incorrect!     View the Race Condition definition.
More Quizzes →

The Tech Terms Computer Dictionary

The definition of JVM on this page is an original definition written by the TechTerms.com team. If you would like to reference this page or cite this definition, please use the green citation links above.

The goal of TechTerms.com is to explain computer terminology in a way that is easy to understand. We strive for simplicity and accuracy with every definition we publish. If you have feedback about this definition or would like to suggest a new technical term, please contact us.

Sign up for the free TechTerms Newsletter

How often would you like to receive an email?

You can unsubscribe or change your frequency setting at any time using the links available in each email.

Questions? Please contact us.