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 is the difference between swing and applet?
What is jfc swing in java?
Is swing part of core java?
Which package is needed for swing components?
Explain the difference between swing and jsf.
How to print in java swing application?
What is swing control?
Which method is used by the applet to recognize the height and width?
What is layout in java swing?
How to render an html page using only swing.
What is the function of lightweight components used in swing?
What is double buffering ?
What is difference between awt and swing?
What is difference between swing and awt?
What is awt and swing?