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

An abstract data type that can be assigned properties and methods is called what?

A
Block
0%
B
Object
0%
C
Stack
0%
D
Blob
0%
Correct! Incorrect!     View the Object 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 bar directly below the definition.

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

TechTerms Newsletter

Improve your technical knowledge with our daily or weekly newsletter! Subscribe today and get new terms and quizzes delivered to your inbox.

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.