Multiple choice

Which of the following methods is the first to be called when an applet is loaded into memory of computer?

  1. init() method

  2. stop() method

  3. destroy() method

  4. none of these

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

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