The destroyApp() method signals a MIDlet to terminate and enter the destroyed state. In this state, the MIDlet must release all resources and save any persistent state. This method can be called from the Paused or Active states. The general form of the destroyApp() method is as follows:
throws MIDletStateChangeException
where unconditional is a boolean parameter. If the parameter is set to true when this method is called, the MIDlet must cleanup and release all resources. If it is set to false, the MIDlet may throw MIDletStateChangeException to indicate it does not want to be destroyed at this time.
Become SUN SCJA certified. Get certified in first attempt download CX310-019 - SCJA simulation.If you like this article, please leave a comment or subscribe this blog via RSS or via e-mail, Bookmark and share through your network. Click the AddThis button below. Thanks.
