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.
|
No comments:
Post a Comment