Constructs the HelloWorld MIDlet.
Destroys the MIDlet; this method does nothing because there is nothing to cleanup that is not handled by the garbage collector.
Pauses the MIDlet; this method does nothing because there are no background activities or shared resources to close.
Prints "Hello World" and destroys the MIDlet. System.out.println("Hello World"); notifyDestroyed();
System.out.println("Hello World"); notifyDestroyed();