what is the difference between javax.microedition.midlet.MIDlet.destroyApp(true) and javax.microedition.midlet.MIDlet.destroyApp(false)
Printable View
what is the difference between javax.microedition.midlet.MIDlet.destroyApp(true) and javax.microedition.midlet.MIDlet.destroyApp(false)
Look at this Link.
MIDlet (MID Profile)
Thanks for ur kindly help.It was very usefull.But i had some doubts.So please xplain me when will use destroyApp(false) and destroyApp(true) with some example situations.