“I bought this guide a few days ago to prepare for my interview with Oracle. Many of the questions they asked me were from this guide. I found this book absolutely great!”
MIDlet is nothing but the J2ME application that runs on small computing device.
We can create MIDlet by extending our class by javax.microedition.midlet.MIDlet abstract class.
A MIDlet is an application written for MIDP. MIDlet applications are subclasses of the javax.microedition.midlet.MIDlet class that is defined by MIDP.
MIDlet is nothing but the J2ME application that runs on small computing device.
We can create MIDlet by extending our class by javax.microedition.midlet.MIDlet abstract class.
Leave an Answer/Comment