Mobile information device profile, MIDP Interview Questions

MIDP overview - A profile is defined as a supporting device. The Mobile Information Device Profile defines a set of classes for the user of cellular phones.......
Explain the hardware requirement of MIDP - The MIDP is intended for small devices with limited memory, CPU and display capabilities......
What is MIDLETS? - MIDLET is an application written for MIDP. It is a java program for embedded devices, specifically for JVM for JME.......
What is MIDLET security? - All the MIDlet suites are restricted to operate within a security model. This process is to prevent the access to sensitive APIs and functions of devices and avoiding risks to the device resources....
Lifecycle of a MIDLET - The MIDlet lifecycle is the fundamental for creation of any MIDlet. The lifecycle includes the execution states such as creation, start, pause and exiting operations and a set of valid transitions......