Multiple choice

Which of the following methods is used in applet life cycle to kill the applet from idle state?

  1. stop()

  2. destroy()

  3. paint()

  4. none of these

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

This method is used to kill the applet from idle state. killing of an applet means removing it from the memory.