What is the difference between AWT & Swing?
Answer Posted / a.lakshmi
AWT components are heavy weight components,these components have less functionality and it is not user friendly. AWT components are platform dependent.
swing components are light weight components,it is platform independent,these components have more functionality and it is user friendly.
| Is This Answer Correct ? | 3 Yes | 0 No |
Post New Answer View All Answers
What is swing api?
Which containers use a border Layout as their default layout in swing?
What is Java Swing?
What are swing components?
What is jpanel in java swing with example?
What is the design pattern that java uses for all swing components ?
What is container in java swing?
What is difference between applet and swing?
Is swing better than awt?
What is the difference between swing and applet?
What are heavyweight components? What is lightweight component?
Which method is used by the applet to recognize the height and width?
What is swing delegation event model in java?
Why swings are called lightweight components?
Explain the difference between awt and swt.