Multiple choice

The _______________ method of DynamicBillboard.java class is used to create and initialise the next billboard object that the applet will use.

  1. finishInit()

  2. parseBillData()

  3. start()

  4. stop()

  5. init()

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

This method of DynamicBillboard.java class creates and initialises the next billboard object that the applet will use.