In what type of containers, Border layout is a default
layout?

Answers were Sorted based on User's Feedback



In what type of containers, Border layout is a default layout?..

Answer / janet

Window,Frame and Dialog classes use a BorderLayout as their
layout.

Is This Answer Correct ?    5 Yes 1 No

In what type of containers, Border layout is a default layout?..

Answer / maneesh

wINDOW AND FRAME

Is This Answer Correct ?    4 Yes 0 No

In what type of containers, Border layout is a default layout?..

Answer / ravikiran

window

Is This Answer Correct ?    1 Yes 1 No

Post New Answer

More Core Java Interview Questions

public class Base { public void myMethod(int a,intb) {} } // Uses myMethod and then hides it. public class DerivedOne extends Base { private void myMethod(int a,int b); } will this compile or not .yes or no. why

2 Answers  


What are design patterns and please explain?

0 Answers  


What is the main method java?

0 Answers  


What is the difference between static and global variables and also define what are volatile variables?

0 Answers   Flextronics, Hexaware,


What is a super class and how super class be called?

3 Answers  






Is it possible to do method overloading and overriding at a time

3 Answers   L&T,


Define immutable object?

0 Answers  


What are the default and parameterized constructors?

0 Answers  


What is comparator in java?

0 Answers  


How do you take thread dump in java?

0 Answers  


How do you sort an array in java?

0 Answers  


What is an empty list in java?

0 Answers  


Categories