What is diffennce between AWT & SWING?
Answers were Sorted based on User's Feedback
Answer / neela
A AWT is heavy-weight components, but Swing is light-weight
components. AWT is OS dependent because it uses native
components, But Swing components are OS independent. We can
change the look and feel in Swing which is not possible in
AWT. Swing takes less memory compared to AWT. For drawing
AWT uses screen rendering where Swing uses double
buffering.
| Is This Answer Correct ? | 12 Yes | 1 No |
Answer / amar
AWT are heavy weight components while Swing are light
weight components.
| Is This Answer Correct ? | 6 Yes | 1 No |
Answer / sure
AWT is heavy-weight components, but Swing is light-weight
components. AWT is OS dependent but Swing components are OS
independent.
Swing components can access data in the databases while AWT
components are not.
| Is This Answer Correct ? | 1 Yes | 1 No |
Answer / somu
applet is heavy weight components
swing is light weight components
applet doesnot having progressbar,editorpane,passwordfield
controls.but swing having this
applet doesnot support to change button size
but swing support it,,,
| Is This Answer Correct ? | 0 Yes | 0 No |
How many requests can a server fetch at a time?
Howmany interfaces are used in RMI?
Why are component architectures useful?
What exceptions are thrown by RMI?
What is the difference between the ‘font’ and ‘fontmetrics’ class?
What is the highest-level event class of the event-delegation model?
What are transaction attributes?
What is the difference between the string and stringbuffer classes?
Explain the life cycle of servlet?
What is RMI architecture?
What is source and listener?
what about static?