What is the difference between AWT and Swing ?
Answer / sathya
AWT are heavy weight components, where as Swing are light
weight. AWT are more dependent on the underlying O.S.
Swing is more flexible and offer more and better GUI
components compared to AWT
| Is This Answer Correct ? | 8 Yes | 0 No |
What are the features of swing in java?
What is an event and what are the models available for event handling?
What are swing components?
what do u mean by GUI framework
Why swings are used in java?
Default layout for a ContentPane in JFC?
What is the purpose of action interface in swing?
How to print in java swing application?
How is multi-threading gets implemented using swing?
Is swing part of core java?
What are all the components used in Swing?
What are the advantage of swing over awt?