Difference between AWT and Swing
3615
08-Nov-2010
Most of the class use in both what is differnece between them?
Aryan Kumar
01-May-2023AWT (Abstract Window Toolkit) and Swing are two different Java GUI (Graphical User Interface) toolkits used for developing desktop applications. AWT is the older of the two and was introduced with the first version of Java, while Swing was introduced in Java 1.2 and is a newer and more advanced toolkit.
Here are some key differences between AWT and Swing:
In summary, AWT and Swing are two different Java GUI toolkits, with AWT being the older and more basic toolkit, and Swing being the newer and more advanced toolkit. While AWT offers faster performance and a native look and feel, Swing offers a richer set of components, more customization options, and advanced features.
Anurag Sharma
10-Nov-2010and many other classes added in swing.