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 |
Is the infobus client side only?
Wt is the main difference between Java and Java J2EE and Advanced java?
What is prototype?
What are externizable interface?
How many ways can a thread be used?
What state a thread enters, When it blocks on I/O?
What is private static final long serialVersionUID = 1L;
How are the elements of a cardlayout organized?
What is the difference between java class and bean?
Describe responsibilities of Activator?
What is waiting state? In what ways a thread can enter into waiting state?
How to determine applet?s height and width?