What is the lifecycle of an applet?-
Init(),start(),paint(),stop(),destroy()
Init(),start(),paint(),destroy(),stop()
Init(),paint(),start(),destroy(),stop()
None of the above