6 methods applet

wht are 6 methods of applet

init()
Called by the browser or applet viewer to inform this applet that it has been loaded into the system

start()
Called by the browser or applet viewer to inform this applet that it should start its execution.

paint()
Paints the container.

repaint()
Repaints the specified rectangle of this component within tm milliseconds.

stop()
Called by the browser or applet viewer to inform this applet that it should stop its execution.

destroy()
Called by the browser or applet viewer to inform this applet that it is being reclaimed and that it should destroy any resources that it has allocated

look API, there you can find all

Hi,
six methods would be found from sun sites
http://java.sun.com

keshab