What is the startApp() 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 startApp() method?
Rating:
The startApp() method is a method of the MIDlet class. It is invoked to start the execution of a MIDlet. The general syntax of this method is as follows:
It is an abstract method. It must be implemented by the class that extends the MIDlet class.
Rating:
Was this information helpful?
Other articles
- What is a MIDlet?
- Implementing High-Level User interface in MIDP
- Things to practice for CX 310-110
- What is the purpose of implementing MIDletStateChangeException in code?
- What is the unregisterConnection() method?