Friday 15 March 2013

What is the life cycle of an applet?

What is the life cycle of an applet? 
Applet life cycle:

An
 Applet is a small java program,which is executed in the special browser(like appletviewer). The life cycle of an applet is as follows:

1.init();
2.start();
3,stop();
4.destroy();

The init(),and destroy() methods called only once. but stop (),and start() methods called many times.


Blog Author: Vijay Kumar

Go to: Coding Problem Solutions

No comments: