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
How to reload a jframe in java swing?
How do you swing an applet?
What is java swing gui?
Why does JComponent have add() and remove() methods but Component does not?
What is swing and its features in java?
How is parsing html used in swing?
What is swing delegation event model in java?
What is a swing day?
What is jpanel in java swing with example?
Which method is used for setting security in applets?
How to generate bill in java swing?
What is jlabel java swing?
What is the function of abstractaction class?
What do you mean by java swing?
What is the use of jfc in java swing?