Uses of Class
java.lang.Runtime

Packages that use Runtime
java.lang   
 

Uses of Runtime in java.lang
 

Fields in java.lang declared as Runtime
private static Runtime Runtime.currentRuntime
           
 

Methods in java.lang that return Runtime
static Runtime Runtime.getRuntime()
          Returns the runtime object associated with the current Java application.