what is the diff's between swing and applet?
Answer Posted / hrishikesh
1. Swing is light weght Component. Applet is heavy weight Components
2. Swing Using UIManager. Swing have look and feel according to user view u can change look and feel. Applet Does not provide this facility
3.Swing uses for stand lone Applications ,Swing have main method to execute the program. Applet need HTML code for Run the Applet
4. Swing uses MVC Model view Controller. Applet not
5. Swing have its own Layout ..like most popular Box Layout Applet uses Awt Layouts..like flowlayout
6. Swing have some Thread rules. Applet doent have any rule.
| Is This Answer Correct ? | 3 Yes | 0 No |
Post New Answer View All Answers
How to generate bill in java swing?
Is java swing deprecated?
What is difference between jframe and swing?
What are controls and what are different types of controls in awt?
What are the advantages of the event-delegation model over the event-inheritance model?
Which swing methods are thread-safe?
What are the components of java swing?
Write a program to include the internal frame in swing.
What are the benefits if Swing over AWT?
What are the swing components?
What is java swing used for?
What is pane in swing?
Why is model-view-controller architecture used in swing?
What are the differences between Swing and AWT?
What is jfc? What are the features of jfc?