Prepare Interview

Mock Exams

Make Homepage

Bookmark this page

Subscribe Email Address

Java%20Swing%20Interview%20Questions%20and%20Answers

Question: What are the differences between Swing and AWT?
Answer: 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 it helpful? Yes No

Most helpful rated by users:

©2024 WithoutBook