Which of the following option(s) doesn’t correctly describe the Applet’s Life Cycle methods?

A) init( ) method - Can be called when an applet is first loaded.
B) start( ) method - Can be called each time an applet is started.
C) paint( ) method - Can be called when the applet is minimized or refreshed.
D) destroy( ) method - Can be called when the browser moves off the applet’s page.
Explanation: it is the explanation for stop(), while destroy( ) method - Can be called when the browser is finished with the applet.

Showing Answers 1 - 1 of 1 Answers

MANISHA PATHAK

  • Oct 26th, 2006
 

Answer)  c)paint() doesn't come under the lifecycle methods of Applet

  Was this answer useful?  Yes

Give your answer:

If you think the above answer is not correct, Please select a reason and add your answer below.

 

Related Answered Questions

 

Related Open Questions