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
Which swing methods are thread-safe?
What is the use of double buffering in swings?
What are controls and what are different types of controls in awt?
What is import javax swing * used for?
What are the swing components?
What is pane in swing?
What are the advantages of java swing over angular?
What is the function of abstractaction class?
What is the role of java swing?
What is the purpose of serialization in swings?
Why swing components are called lightweight components?
What is difference between swing and awt?
What are the containers available in swing?
What is swing api?
What is import javax swing jframe?