Multiple choice

Which of the following is/are not the method(s) in life cycle of an applet? (a) init (b) start (c) stop (d) destroy (e) paint

  1. Only (a) and (d)

  2. Only (e)

  3. Only (b) and (c)

  4. None of the above

  5. All of the above

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

Whenever an applet is started or initiated, paint() method is called but it is not included in the life cycle of an applet.