If you are going to work on Swing based applications…. Q1. What are the differences between AWT and Swing? A1.Swing provides a richer set of components than AWT. They are 100% Java-based. There are a few other advantages to Swing over AWT: Swing provides both additional components like JTable, …...