| |
|
|
Java Virtual Machine
|
ALSO CALLED: Java Virtual Machine (Software) and JVM
DEFINITION: A Java virtual machine (JVM), an implementation of the Java Virtual Machine Specification, interprets compiled Java binary code (called bytecode) for a computer's processor (or "hardware platform") so that it can perform a Java program's instructions. Java was designed to allow application programs to be built that could be run on any
Definition continues below.
|
|
| Recent Vendor Reports on Java Virtual Machine |
Garbage Collection: Reducing Pauses for Greater Java Performance
sponsored by Azul Systems, Inc
VIDEOCAST: Posted: 14 May 2008 | When: 13 May 2008
|
|
| |
JAVA VIRTUAL MACHINE DEFINITION (continued):
platform without having to be rewritten or recompiled by the programmer for each separate platform. A Java virtual machine makes this possible because it is aware of the specific instruction lengths and other particularities of the platform. The Java Virtual Machine Specification defines an abstract -- rather than a real -- machine or processor. The Specification specifies an instruction set, a set of registers, a stack, a "garbage heap," and a method area. Once a Java virtual machine has been implemented for a given platform,
Java Virtual Machine definition sponsored by SearchSOA.com, powered by WhatIs.com an online computer dictionary
|
| |
|