J2SE Question:

Download Job Interview Questions and Answers PDF

What is runtime system?

J2SE Interview Question
J2SE Interview Question

Answer:

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.

Download J2SE Interview Questions And Answers PDF

Previous QuestionNext Question
What is sandbox?What is root?