What is the life cycle of an applet

Showing Answers 1 - 2 of 2 Answers

suman medisetti

  • Jul 18th, 2005
 

init() 
start() 
stop() 
destroy()

  Was this answer useful?  Yes

Pattukkottai Arun

  • Jul 21st, 2005
 

All applets have the following four methods:  
public void init(); 
public void start(); 
public void stop(); 
public void destroy(); 
 

  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