what is the diff's between swing and applet?
Answer Posted / bindhu
Swing is a set of classes under JFC that provide
lightweight visual component , enable creation of
attractive GUI. But Applet is heavyweight component and
needs web browser or tool known as AppletViewer.
Applet have no main method, but swing have.
| Is This Answer Correct ? | 90 Yes | 5 No |
Post New Answer View All Answers
What is the purpose of serialization in swings?
Why swing components are called lightweight components?
Is swing an api?
How to link two forms in java swing?
What are differences between swing and awt?
What is a swing day?
What are swings awt?
Why does JComponent have add() and remove() methods but Component does not?
What is swing in java javatpoint?
How is multi-threading gets implemented using swing?
What is swing and its features in java?
Why are swing components called lightweight components?
Which is better swing or awt?
Explain the difference between awt and swt.
What is the purpose of transferhandler class?