1.

What Is The Lifecycle Of An Applet?

Answer»
  • INIT( ) METHOD - called when an applet is first loaded 
  • start( ) method - called each time an applet is started 
  • paint( ) method - called when the applet is minimized or maximized 
  • stop( ) method - called when the browser MOVES off the applet's page 
  • destroy( ) method - called when the browser is finished with the applet



Discussion

No Comment Found