What is the pauseApp() method?
Are you preparing for IT certification? With practice questions, study notes, interactive quizzes, tips and technical articles, uCertify PrepKits ensure that you get a solid grasp of core technical concepts to ace your certification exam in first attempt.
What is the pauseApp() method?
Rating:
The pauseApp() method is a method of the MIDlet class. It is called to stop the execution of a running MIDlet. A MIDlet must release all the resources it acquired in the start phase. The general syntax of this method is as follows:
Rating:
Was this information helpful?
Other articles
- What is the start() method?
- What is StringItem?
- What is DatagramConnection?
- What is the getRecord() method?
- What is the listConnections() method?