Q. 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() ποΈ Show Answer π¬ Discuss π Share β‘Menu β Correct Answer: (A) init(),start(),stop(),destroy()