what is the diff's between swing and applet?
Answer Posted / jeena joy
Swing is a light weight component whereas Applet is a heavy
weight Component..Applet Does not require main
method ,instead it needs init method.
| Is This Answer Correct ? | 136 Yes | 18 No |
Post New Answer View All Answers
What are controls and what are different types of controls in awt?
What is the function of lightweight components used in swing?
What is swing framework in java?
Is swing thread-safe?
What is the design pattern that java uses for all swing components ?
How to link two forms in java swing?
What is the process of setting the layout manager?
What is container in java swing?
How to render an html page using only swing.
Is javafx better than swing?
How is parsing html used in swing?
Can a class be it?s own event handler? Explain how to implement this?
Write a program to include the internal frame in swing.
How to create a swing gui in java?
What does javax swing do?