What are the Applet’s life cycle methods?
Options
- init(), start() and destroy()
- init(), start() and paint()
- init(), start(), paint(). stop() and destroy()
- init(), start() and stop()
CORRECT ANSWER : init(), start(), paint(). stop() and destroy()
Write your comments