Swing and AWT difference:

The main difference between Swing and Awt is that Awt components are peer components to the native widgets. In other words, when you allocate a Button, the java code uses...