Java   View all facts   Glossary   Help
environment > runtime system
Next environmentplatform    Upenvironment

runtime system
subjectfact 
runtime system 2001-10-19 11:37:50.0
allocates each class variable once per classadded by: DS, source: Sun Java Tutorial, comment: regardless of the number of instances created of that class, 2001-10-19 11:37:50.0
creates space for each of an object's instance variables when the object is createdadded by: DS, source: Sun Java Tutorial, 2001-10-19 11:37:50.0
has definition The software environment in which programs compiled for the Java virtual machine can runadded by: JK, source: Sun Java Tutorial, reference: Glossary, 2001-10-19 11:37:50.0
has part an implementation of the Java Virtual Machine specification which may be a Java interpreteradded by: JK, source: Sun Java Tutorial, 2001-10-19 11:37:50.0
has part class librariesadded by: DS, 2001-10-19 11:37:50.0
has purpose to dynamically link native methodsadded by: JK, source: Sun Java Tutorial, 2001-10-19 11:37:50.0
has purpose to handle exceptionsadded by: JK, source: Sun Java Tutorial, 2001-10-19 11:37:50.0
has purpose to load programs written in the Java programming languageadded by: JK, source: Sun Java Tutorial, 2001-10-19 11:37:50.0
has purpose to manage memoryadded by: JK, source: Sun Java Tutorial, 2001-10-19 11:37:50.0
imports automatically added by: JK, source: Sun Java Tutorial, 2001-10-19 11:37:50.0
is a subtopic of How Java Works2001-10-19 11:37:50.0
is an instance of environmentadded by: JK, source: Sun Java Tutorial, 2001-10-19 11:37:51.0