Diff between Application and Applet

Showing Answers 1 - 1 of 1 Answers

roshani_ade

  • Apr 17th, 2007
 

In Applet there is no need of main, in Application there is main()
In applet there is a init() method, in application constructor is there
In applet bydefault FlowLayout, In Application BorderLayout
In applet no need of WindowListner
In applet html file is needed
In applet, Applet context and in Application OS.

  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