Applet termination - sequence of methods calls - Applets - stop(),destroy()
Q. When an applet is terminated which of the following sequence of methods calls take place?- Published on 17 Jul 15a. stop(),paint(),destroy()
b. destroy(),stop(),paint()
c. destroy(),stop()
d. stop(),destroy()
ANSWER: stop(),destroy()