When is init(), start() called ?
The browser starts execution of an applet with the init() method. This method is used for initialization of the component.The start() method is called applet is ready to display the content and called after the init() completed and before the paint() called.