java.lang
Class Runtime
java.lang.Object
java.lang.Runtime
public class Runtime
- extends Object
Standard representation of the runtime, as specified by the standard
Java API.
Compliance: CLDC: 1.0 complete
Compliance: J2SE: 1.4 incomplete
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
exit
public void exit(int status)
freeMemory
public long freeMemory()
gc
public void gc()
totalMemory
public long totalMemory()
getRuntime
public static Runtime getRuntime()