Multiple choice

Which of the following methods in life cycle of an applet is called first time when an applet is loaded into the memory of a computer?

  1. start() method

  2. stop() method

  3. destroy()

  4. init() method

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

The init() method is called first time when an applet is loaded into the memory of a computer.