What is the purpose of the Runtime class

The purpose of the Runtime class is to provide access to the Java runtime system.

Showing Answers 1 - 1 of 1 Answers

The runtime class provides access to the java runtime system, it provides runtime information – memory availability, invoking the garbage collector.It provides facilities such as Reading data through key board,Running non-java programs from within a java application etc.

  Was this answer useful?  Yes

Give your answer:

If you think the above answer is not correct, Please select a reason and add your answer below.

 

Related Answered Questions

 

Related Open Questions