Q. What are the sequences of method executed when an Applet starts execution? (Solved)
1. init(),start(),stop(),destroy()
2. load(),start(),stop(),unload()
3. init(),activate(),deactivate(),destroy()
4. start(),init(),destroy(),stop()
- a. init(),start(),stop(),destroy()