Answers

Question and Answer:

  Home  J2SE

⟩ 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.

 158 views

More Questions for you: