The pauseApp() method signals the MIDlet to stop and enter the paused state. After using this method, the MIDlet can release shared resources and become quiescent. This method can only be called when the MIDlet is in the Active state. The general form of the pauseApp() method is as follows:
If any runtime exception occurs during the process of the pauseApp() method, the MIDlet will be destroyed immediately. Calling the destroyApp() method will allow the MIDlet to cleanup.
Pass SCJA in first attampt. Become SUN SCJA certified.