paint() invokes immediately after start() method - Applets
Q. What invokes immediately after the start() method and also any time the applet needs to repaint itself in the browser?- Published on 20 Jul 15a. stop()
b. init()
c. paint()
d. destroy()
ANSWER: paint()