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
Why swings are called lightweight components?
What do you mean by java swing?
What is the difference between swing and awt in java?
What are the benefits if Swing over AWT?
What is java swing application?
How do you swing an applet?
What is swing components in java?
What is content pane in swing?
How to perform action on button in java swing?
What is the difference between swing and applet?
What is difference between applet and swing?
What is swing delegation event model in java?
What is swing and its features in java?
How to change button color in java swing?
Why swing is better than awt?