Difference between Applet & Application

Showing Answers 1 - 1 of 1 Answers

nirmalapapineni

  • Nov 23rd, 2005
 

Applet : Applet is client side java program which extends the functionality of web browserApplet must have GUIApplet execution starts with init()Application: Application is standaloneApplication need not have GUIApplication execution starts with main() by nirmalapapineni

  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