Question
Which of the following is NOT defined by applet class?
A
init()
B
paint()
C
start()
D
none of these
Answer & Explanation
Option: [A]
Init() method is a built in Java class. It is not defined by applet class because it is already written inside.