Question

Which of the following sequence of method calls take place when an applet begins?

A init(), start(), create()
B start(), init(), paint()
C init(), start(), paint()
D none of these
Answer & Explanation
Option: [C]

The methods used in applet are init(), start(0, stop(), destroy(), paint(Graphics)