What is the difference between AWT & Swing?
Answer Posted / vinay agrawal
this is vinay agrawal
1. swing is light weight component and awt is heavy weight
component.
2. swing components require javax.swing package where as
awt comonents require java.awt package
3. awt requres native code to execute/run but not swings
4. swing are also known as JFC's
5. swing is a look and feel component and it is purely
developed in java.
| Is This Answer Correct ? | 3 Yes | 0 No |
Post New Answer View All Answers
What is swing package in java?
What is jfc swing in java?
Which is better swing or awt?
Why does JComponent have add() and remove() methods but Component does not?
Which package is needed for swing components?
Which layout does swing use by default?
Why do we use swing in java?
What is jfc? What are the features of jfc?
What is swing used for?
What is the difference between applications and applets?
Explain the difference between jfc & wfc.
How to link two forms in java swing?
Is swing part of core java?
What are heavyweight components? What is lightweight component?
What is the use of jfc in java swing?