What is the purpose of the Runtime class in Java?
Answers
Answered by
2
The purpose of the Runtime classis to provide access to the Java runtime system. The runtimeinformation like memory availability, invoking the garbage collector, etc. The purpose of the System class is to provide access to system resources.
may be helpful to you
may be helpful to you
Similar questions