What is diffennce between AWT & SWING?

Answers were Sorted based on User's Feedback



What is diffennce between AWT & SWING?..

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

What is diffennce between AWT & SWING?..

Answer / amar

AWT are heavy weight components while Swing are light
weight components.

Is This Answer Correct ?    6 Yes 1 No

What is diffennce between AWT & SWING?..

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

What is diffennce between AWT & SWING?..

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

Post New Answer

More Advanced Java Interview Questions

Why do threads block on i/o?

0 Answers  


Difference between loadclass and class.forname?

0 Answers  


explain the flow of struts?

2 Answers   SolutionNET,


What is rmic?

4 Answers  


How are commas used in the intialization and iteration parts of a for statement?

0 Answers  






What is a compilation unit?

1 Answers  


how do you Handle Front End Application data against DB with example?

0 Answers   Campus Interaction, HCL,


What is waiting state? In what ways a thread can enter into waiting state?

2 Answers   Wipro,


Is “abc” a primitive value?

0 Answers  


Brief description about local interfaces?

0 Answers  


What is the difference between Process and Threads?

19 Answers  


What is a layout manager?

2 Answers  


Categories