What are the methods in Applet

Showing Answers 1 - 2 of 2 Answers

pradeep kumar rout

  • Sep 29th, 2005
 

init()

start()

stop()

Destroy()

  Was this answer useful?  Yes

meenama

  • Apr 30th, 2008
 

Apart from init,start,stop and destroy the Applet class has the following methods:
1. public void paint(Graphics)
2. public void repaint
3. public void update(Graphics)
4. public void showStatus(String)
5. public String getParameter(String)

  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