what is the diff's between swing and applet?
Answer Posted / meenu
1. applets are dependent on windows..swings are independent.
2. applets are heavy weight.. swings are light weight.
3. applets required browser.. swings not required.
4. applets does not need any main method.. swings need.
5. to add applet we use java.. for swings javax.
6. applets use awt layouts.. swings has its own layout.
| Is This Answer Correct ? | 4 Yes | 0 No |
Post New Answer View All Answers
What method is used to specify a container's layout?
What is swing container?
Why swing is better than awt?
Is swing an api?
What is swing control in java?
Is javafx better than swing?
What is the class in swing to change the appearance of the frame in runtime?
What are the components of swing?
What is the process of setting the layout manager?
What is the difference between swing and awt?
What are the benefits of swing over awt?
What are the containers available in swing?
What are the components of java swing?
What are the benefits if Swing over AWT?
What is the design pattern that java uses for all swing components ?