Multiple choice

Which method of life cycle of an applet is used to perform clean-up operation?

  1. start() method

  2. stop() method

  3. destroy() method

  4. none of these

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

destroy() method is used to perform clean-up operation like closing a file.