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…
…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…
Login Register 100+ Free Java interview FAQs 100+ Free Big Data interview FAQs
Extends Q1 to Q5 Swing interview questions and answers.
Q6. If you add a component to the CENTER of a border layout, which directions will the component stretch?
A6. The component will stretch both horizontally and vertically. It will occupy the whole space in the middle.
Q7. What is the base class for all Swing components?…