what is the diff's between swing and applet?
Answer Posted / sourabh
Component
Swing :Swing is light weght Component
Applet : Applet is heavy weight Components
Look and feel
Swing: Using UIManager swing have look and feel according
to user view u can change look and feel
Applet: Applet Does not provide this facility
Compile
Swing : swing uses for stand lone Applications ,Swing
have main method to execute the program
Applet : Applet need HTML code for Run the Applet
Swing : uses MVC Model view Controller
Applet : not
Swing : swing have its own Layout ..like most popular Box
Layout
Applet : Applet uses Awt Layouts..like flowlayout
Thread
Swing :Swing have some Thread rules
Applet :There is no any rule
| Is This Answer Correct ? | 1 Yes | 0 No |
Post New Answer View All Answers
What are the benefits if Swing over AWT?
Is java swing still used?
What is event in java swing?
What is swing used for?
What is the purpose of transferhandler class?
How to render an html page using only swing.
What is swing delegation event model in java?
What is swing control?
Who created the swing?
Explain the difference between jfc & wfc.
What is swing?
What is a swing application?
What is the difference between swing and awt in java?
How to create image slideshow in java swing?
Where is java swing used?