java.lang
Class System

java.lang.Object
  extended byjava.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.
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait
 

Method Detail

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.