Multiple choice technology web technology

Not a phase of applet life cycle?

  1. start();

  2. service();

  3. init();

  4. destroys();

Reveal answer Fill a bubble to check yourself
D Correct answer
Explanation

The Java Applet lifecycle has standard methods: init(), start(), stop(), paint(), and destroy(). The option 'destroys()' is incorrect because the actual method is 'destroy()' (not 'destroys()'), making it the option that is NOT a phase of the applet lifecycle.