Runtime class is a subclass of Object class, can provide access to various information about the environment in which a program is running . The Java run-time environment creates a single instance of this class that is associated with a program.
Runtime class is a subclass of Object class, can provide access to various information about the environment in which a program is running . The Java run-time environment creates a single instance of this class that is associated with a program.