Answers

Question and Answer:

  Home  Java GUI Framework

⟩ What are differences between Swing and AWT?

One of the classic java swing interview questions and mostly asked on phone interviews. There is couple of differences between swing and AWT:

1) AWT component are considered to be heavyweight while Swing component are lightweights

2) Swing has plug-gable look and feel.

3) AWT is platform depended same GUI will look different on different platform while Swing is developed in Java and is platform dependent.

 129 views

More Questions for you: