| |
|
|
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 |
Mission Critical Java
| sponsored by Oracle Corporation
WHITE PAPER:
Read this white paper to learn how you can achieve extreme and predictable performance with Java and real-time, real-world memory leak detection and application performance analysis.
Posted: 04 Nov 2008 | Published: 04 Nov 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
|
| |
|