What is runtime system?

Submitted by: Administrator
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.
Submitted by: Administrator

Read Online J2SE Job Interview Questions And Answers