What is the difference between AWT & Swing?
Answer Posted / shiva
AWT - Heavy weight component. Every graphical units it will
invoke native methods.
SWING - Light weight component. It doesn't invoke native
methods.
| Is This Answer Correct ? | 3 Yes | 0 No |
Post New Answer View All Answers
What are the two key features of swing?
What is difference between swing and awt?
Why should the implementation of any swing callback (like a listener) execute quickly?
What is the difference between swing and awt?
What are the various components of swing?
What class is at the top of the AWT event hierarchy?
What is the difference between invokeAndWait() and invokeLater()?
How is parsing html used in swing?
Write a program to paint the off-screen buffer in swings
am searching for the job based on java, swing, currently working small company. they are not giving any salary slip, offer letter. so if i try outside for MNC's they start with previous company details. what should i do..? please help me to get job and make my career.
Why are swing components called lightweight?
Is swing still used?
What are the benefits of swing over awt?
Where is java swing used?
What is the function of abstractaction class?