

MCQOPTIONS
Saved Bookmarks
1. |
What are the sequences of method executed when an Applet starts execution? |
A. | init(),start(),stop(),destroy() |
B. | load(),start(),stop(),unload() |
C. | init(),activate(),deactivate(),destroy() |
D. | start(),init(),destroy(),stop() |
Answer» B. load(),start(),stop(),unload() | |