What is a MIDlet?
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 a MIDlet?
Rating:
A MIDlet is an application built to run on MIDP compliant devices. It is designed to run on devices such as mobile phones that have less memory storage and slow processor.
Every MIDlet class must inherit javax.microedition.midlet.MIDlet.
Rating:
Was this information helpful?
Other articles
- What is the import statement?
- What is the getPriority() method?
- What is the setString() method?
- What are JavaBeans setter and getter methods?
- What is final?