Multiple choice Which method of life cycle of an applet is used to perform clean-up operation? start() method stop() method destroy() method 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.