The applet's paint method is called after the init method comple
The applet's paint method is called after the init method completes execution and the start method has started executing to draw on the applet. It is also called automatically every time the applet needs to be repainted. ~@[](1)答案:TRUE