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 does javax swing do?
Why should the implementation of any swing callback (like a listener) execute quickly?
Which method is used for setting security in applets?
Where is java swing used?
What is swing api?
Why swings are used in java?
Why swings are called lightweight components?
How to perform action on button in java swing?
What are the components of swing?
Why swing is used in java?
What is awt and swing in java?
What is the class in swing to change the appearance of the frame in runtime?
What are the different types of layout managers used in swing?
What is swing and its features in java?
What is import javax swing * used for?