Java GUI Framework Question:
Download Questions PDF

Can you explain Swing?

Answer:

Based on AWT as previously stated. In its infancy it was regarded as slow and buggy and caused IBM to create SWT for Eclipse. However with Java 5 (or 6?) Swing became the framework of choice for building new applications. Swing has a lot of rich components but are still lacking in some areas. One example being that there isn't a full featured TreeTable component which can do sorting and filtering/searching.

Download Java GUI Framework Interview Questions And Answers PDF

Previous QuestionNext Question
Do you know AWT?What do you know about SWT?