Tuesday, March 10, 2009

What is the sequence for calling the methods by AWT for applets (Applets)

Question :What is the sequence for calling the methods by AWT for applets? (Applets)
Answer :When an applet begins, the AWT calls the following methods, in this
sequence:
init()
start()
paint()
When an applet is terminated, the following sequence of method calls
takes place
stop()destroy()

No comments: