Multiple choice

Which of the following methods in applet programming clears the screen and calls the paint() method?

  1. Update() method

  2. Stop() method

  3. Destroy() method

  4. Init() method

Reveal answer Fill a bubble to check yourself
A Correct answer
Explanation

The update() method clears the screen and calls the paint() method.