Multiple choice

Which of the following methods in java applet creates the offscreen image object that will be used for double buffering the display of the menu?

  1. init()

  2. update()

  3. lateinit()

  4. paint()

  5. repaint()

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

This method in java applet creates the offscreen image object that will be used for double buffering the display of the menu.