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 the AlertType class?
- What is the RecordEnumeration interface?
- What is the getProperty() method?
- What is the List class?
- What is the purpose of implementing MIDletStateChangeException in code?