Name the containers which use Border Layout as their default layout? - JAVA Interview Questions

Name the containers which use Border Layout as their default layout?


Java Interview Questions site discussing core java IT technical interview questions in detail. These are some of the java job interview questions me and my friends have faced regularly in campus interviews and off campuses. I have consolidated all of them from different people and communities into a vast resource of core java interview questions all in one place. So I am giving you a chance to prepare well by going through each of the java interview faqs organized by java topics, before attending a technical interview on java.



Java Swing Interview Questions

What is the difference between Swing and AWT components?

AWT components are heavy-weight, whereas Swing components are lightweight. Hence Swing works faster than AWT. Heavy weight components depend on the local windowing toolkit. For example, java.awt.Button is a heavy weight component. Pluggable look and feel possible using java Swing. Also, we can switch from one look and feel to another at runtime in swing which is not possible in AWT.

Name the containers which use Border Layout as their default layout?

window, Frame and Dialog classes.

Name Container classes.

Window, Frame, Dialog, FileDialog, Panel, Applet, or ScrollPane



Click Here to See Answer .....
Did you like this article ?
Subscribe to my RSS feed and get more JAVA Question, and Guideline, Plus a lot more great advice to help your Software Career.

0 comments:

Related JAVA Questions Posts