stop() method is used to suspend threads that don’t need to run - Applets
Q. Which method is used to suspend threads that don’t need to run when the applet is not visible?- Published on 15 Jul 15a. destroy()
b. paint()
c. stop()
d. start()
ANSWER: stop()