What are basics Software's for J2ME applications?

Answer Posted / chaitu

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: startApp(), pauseApp(), and destroyApp().

Is This Answer Correct ?    0 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

Explain MIDlet Life cycle?

2355


What is Generic" J2ME architecture?

1834


How can I create connection two blue-tooth mobile in j2me. please urgent

1914


write a program to input a natural number less than and display it in words.test your program on the sample data and some random data sample input= 29 sample output= Twenty nine sample input=17001 sample output= out of range sample input=119 sample output =one hundred and nineteen sample input=500 sample output=five hundred

3449