Tuesday, November 29, 2011

What is the purpose of the Runtime class?

The purpose of the Runtime class is to provide access to the Java runtime system.:Every Java application has a single instance of class Runtime that allows the application to interface with the environment in which the application is running. The current runtime can be obtained from the getRuntime method.
Category:Java Interview Questions

No comments:

Post a Comment