Glossaria.net

Glossary Java / Term

runtime system

The software environment in which programs compiled for the Java virtual machine can run. The runtime system includes all the code necessary to load programs written in the Java programming language, dynamically link native methods, manage memory, handle exceptions, and an implementation of the Java virtual machine, which may be a Java interpreter.

Permanent link runtime system - Creation date 2022-01-03


< runtime exception Glossary / Java Sandbox >