What is the difference between AWT & Swing?
Answer Posted / dinesh
AWT are heavy weight components in the sense that they are
platform dependent means those features are tied to the
OS.But Swings are light weight components i.e.,they are
platform independent GUI.
| Is This Answer Correct ? | 39 Yes | 14 No |
Post New Answer View All Answers
what are the steps required in creating an empty table drop?
What is java swing components?
What is swing in java javatpoint?
Can a class be it?s own event handler? Explain how to implement this?
What are swing controls?
How to create image slideshow in java swing?
What are heavyweight components? What is lightweight component?
What is a swing day?
What are the advantages of swing?
Which types of components are used in designing swing based gui?
What is the function of internal frame in swing?
What method is used to specify a container's layout?
What is java swing application?
Why does JComponent have add() and remove() methods but Component does not?
What class is at the top of the AWT event hierarchy?