java.lang
Class System
java.lang.Object
|
+--java.lang.System
- public final class System
- extends Object
System utilities.
Method Summary |
static long |
currentTimeMillis()
Current time expressed in milliseconds. |
static void |
exit(int code)
Terminate the application. |
static Runtime |
getRuntime()
Get the singleton instance of Runtime. |
exit
public static void exit(int code)
- Terminate the application.
currentTimeMillis
public static long currentTimeMillis()
- Current time expressed in milliseconds. In the RCX, this is the number
of milliseconds since the RCX has been on. (In Java, this would
be since January 1st, 1970).
getRuntime
public static Runtime getRuntime()
- Get the singleton instance of Runtime.