Showing posts with label Java Interview Questions. Show all posts
Showing posts with label Java Interview Questions. Show all posts

Thursday, February 10, 2011

Java Interview Questions

Java Interview Questions Question which containers use a border Layout as their default layout? (AWT) Answer The window, Frame and Dialog classes use a border layout as their default layout Question What is the preferred size of a component? (AWT) Answer The preferred size of a component is the minimum component size that will allow the component to display normally Question Which containers use a FlowLayout as their default layout? (AWT) Answer The Panel and Applet classes use the FlowLayout as their default layout Question ...