Applet Life Cycle:
Within session we deal about applet life cycle, Package java.applet, characteristics of applet, capability, Restriction and Implementation of applet.
All but the most trivial applets override a set of methods which gives the basic mechanism through that the browser or applet viewer interfaces to the applet and controls its execution. Four of these method - init (), stop (), start (), and destroy () - are defined by Applet. An additional, paint (), is defined through the AWT Component Class.