J2SE Question:

What is runtime system?

Tweet Share WhatsApp

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 PDF Read All 214 J2SE Questions
Previous QuestionNext Question
What is sandbox?What is root?