Example & Tutorial understanding programming in easy ways.

What are basics Software\'s for J2ME applications?.

Basics Software's for J2ME applications:

A MIDlet is a MID Profile application. A J2ME Midlet's main class must extends javax.microedition.midlet.MIDlet.

 This class define three life-cycle notification methods:

1)startApp()
2)pauseApp()
3)destroyApp()
  

Read More →