What is the difference between AWT & Swing?
Answer Posted / kalyan
Awt is heavy weight and swings are light weight
awt is developed by using native methods(c,c++), where as swings are developed by pure java so they are light weight.
swigs are more look and feel whereas awt is not
| Is This Answer Correct ? | 4 Yes | 1 No |
Post New Answer View All Answers
Is java swing still used?
Is java swing deprecated?
How to create image slideshow in java swing?
Why should the implementation of any swing callback (like a listener) execute quickly?
What is the class in swing to change the appearance of the frame in runtime?
What is the difference between applications and applets?
How to change button color in java swing?
What is jfc? What are the features of jfc?
What is difference between swing and awt?
What are differences between swing and awt?
What is the difference between invokeAndWait() and invokeLater()?
What is the mean of swing?
What is awt and swing?
What is an event in Swing?
What is a swing application?