Sunday, March 22, 2009

Java Applet

My dear lovely viewer's of this blog, my sincere thanks to you for staying connected. 

I would like to keep in touch on this site. Please add me to your Friends list so we can stay connected. News on this blogspot offering matters and sites will enable your savings and income. This is the latest information letting you know,Java Applet .

The java applet class includes four methods that are frequently used while writing applets. They are init(),Start(),Stop(), destroy(). the init method is executed only once at the start of applet execution. so, it typically includes the code that needs to be executed once when the applet start executing. The second and third methods start() and stop() are normelly used in the conjunction to start, then temporarily stop and again restart the applet execution. Both these methods can be called several times in the applet. The stop() methods is automatically invokes when the applet viewer window is minimized.similarly, the start() is invoked when the applet view window is maximized. if you are using a browser to execute the applet, these two methods are also inoked when you go from this page to another and later return.

The destroy() method is invoked by both the applet viewer and the browser just before execution of the applet stops.

Thank you for your visit. I will Post my next post ready for your next visit which in turn result in your savings and income.