Java View all facts Glossary Help |
environment > runtime system |
runtime system | ||||
subject | fact |
runtime system |
| |
allocates each class variable once per class | ||
creates space for each of an object's instance variables when the object is created | ||
has definition The software environment in which programs compiled for the Java virtual machine can run | ||
has part an implementation of the Java Virtual Machine specification which may be a Java interpreter | ||
has part class libraries | ||
has purpose to dynamically link native methods | ||
has purpose to handle exceptions | ||
has purpose to load programs written in the Java programming language | ||
has purpose to manage memory | ||
imports automatically
| ||
is a subtopic of How Java Works | ||
is an instance of environment |