What is the difference between AWT & Swing?
Answer Posted / naveen
The difference is
------>AWT is internally depends on C language ..so the look
and feel is different for different operating systems.
for example if we create a component like submit box or a
text box in AWT the look will be one for windows ans
different for unix operating system
but swings is purely plat form independent so that the
component will have the same look and feel in any operating
system......
| Is This Answer Correct ? | 6 Yes | 1 No |
Post New Answer View All Answers
What are swing components in java?
What is sling swing?
What is a swing application?
What is swing delegation event model in java?
Why does JComponent have add() and remove() methods but Component does not?
Why is model-view-controller architecture used in swing?
Why would you use swingutilities.invokeandwait or swingutilities.invokelater?
In what context should the value of swing components be updated directly?
What is import javax swing * used for?
Explain how to render an html page using only swing.
Why swings are used in java?
What is frame in java swing?
How to change button color in java swing?
Explain the difference between jfc & wfc.
What are the advantages of the event-delegation model over the event-inheritance model?