Multiple choice Which method of the painting is called when you want the applet area to be redrawn? paint() method repaint() method update() method none of these Reveal answer Fill a bubble to check yourself B Correct answer Explanation repaint() method is called when you want the applet area to be redrawn.