exit() This method exits the instance of its Environment implementation.
After calling exit the Environment instance is
generally not any longer usable.
public int
getExitStatus() Retrieving the currently set exit code.
This method stores the exit code of an application. It can be called more
than once.
Parameters: status - the exit code of an application See Also:java.lang.System.exit