Home / Report Question

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

Correct Answer: A