Multiple choice

Which of the following methods in applet programming is used to create and initialize the next billboard object that the applet will use?

  1. init()

  2. parseBillData()

  3. mouseMoved()

  4. none of these

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

This method in applet programming is used to create and initialize the next billboard object that the applet will use.