DEVFYI - Developer Resource - FYI

What is runtime system

J2SE Interview Questions and Answers


(Continued from previous question...)

191. What is runtime system

The software environment in which programs compiled for the Java virtual machine1 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.

(Continued on next question...)

Other Interview Questions