What is awt and swing?



What is awt and swing?..

Answer / Swatantra Kumar Chaudhary

AWT (Abstract Window Toolkit) and Swing are both Java APIs for creating graphical user interfaces. AWT was introduced with the first release of Java and provides a basic set of GUI components. Swing, on the other hand, is more robust and flexible than AWT, and it was added to Java starting from version 1.1. Swing offers a wider range of components, supports multiple platforms, has built-in support for pluggable look and feel, and is more customizable.

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More Swing Interview Questions

What is jfc? What are the features of jfc?

1 Answers  


What is the use of jcomponent class in swing?

1 Answers  


How to reload a jframe in java swing?

1 Answers  


What is swing and its features in java?

1 Answers  


Why should the implementation of any swing callback (like a listener) execute quickly?

1 Answers  


What are the advantages of swing over awt?

1 Answers  


Is java swing still used?

1 Answers  


Which layout does swing use by default?

1 Answers  


What is import javax swing jframe?

1 Answers  


What is javax swing joptionpane?

1 Answers  


when we right click on the JTable using mouse it works properly but how to right click on JTable in java using keyboard what should be the code for the same.....? Thanks Nitin

1 Answers  


What is java swing application?

1 Answers  


Categories