
why we extends class MIDlet in j2me application

Hi Friend,
J2ME applications extends MIDlet class as it provides a framework for the following actions:
1) To allow the application manager to control the MIDlet by notifying and requesting MIDlet state changes.
2) To allow the MIDlet to retrieve properties from the application descriptor, a registry of applications maintained by the application manager.
Thanks