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
What is difference between applet and swing?
What is the use of jfc in java swing?
Why are swing components called lightweight components?
How to print in java swing application?
What is the use of swing in java?
When we should go for codebase in applet?
Is swing better than awt?
What is double buffering ?
What are the advantages of swing over awt?
What is jfc? What are the features of jfc?
What is difference between jframe and swing?
What are the components of java swing?
What is import javax swing jframe?
How to change button color in java swing?
Is java swing deprecated?