1.

What Is The Sequence For Calling The Methods By Awt For 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()

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()



Discussion

No Comment Found