Multiple choice destroy() method is called in a program ________. to deallocate the applet's resources automatically after the init() to initialize an applet to stop the execution of an applet Reveal answer Fill a bubble to check yourself A Correct answer Explanation To deallocate the recources of an applet, destroy() method is called.