What are the differences between Swing and AWT?

Submitted by: Administrator
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.
Submitted by: Administrator

Read Online Java Swing Programming Job Interview Questions And Answers