Multiple choice technology web technology Which is not a phase of Applet life cycle? init(); destroy(); starts(); stop(); Reveal answer Fill a bubble to check yourself C Correct answer Explanation The standard lifecycle methods of a Java Applet include init(), start(), stop(), and destroy(). The method named starts(); with an 's' is incorrect, as the actual method is start();.