English 中文(简体)
JVER - Introduction
  • 时间:2024-11-05

Java Virtual Machine - Introduction


Previous Page Next Page  

联合核查机制是个具体特征,只要它们遵守具体要求,就能够有不同的执行。 The specs can be found in the followingpnk -

The ‘class’ file format

Data types

Primitive types and values

Reference types and values

Run-time data areas

Frames

Representation of objects

Floating-point arithmetic

Special methods

Exceptions

Instruction set summary

Class pbraries

Pubpc design, private implementation

The JVM is a virtual machine, an abstract computer that has its own ISA, own memory, stack, heap, etc. It runs on the host OS and places its demands for resources to it.

Advertisements