Which containers use a FlowLayout as their default layout?

Answers were Sorted based on User's Feedback



Which containers use a FlowLayout as their default layout?..

Answer / chandrarekha

panel's,applet's use flowlayout as the default layout

Is This Answer Correct ?    14 Yes 0 No

Which containers use a FlowLayout as their default layout?..

Answer / pkr_reddy

the default layout of flowlayout container is PANEL.

Is This Answer Correct ?    9 Yes 0 No

Which containers use a FlowLayout as their default layout?..

Answer / ravikiran

panel

Is This Answer Correct ?    5 Yes 0 No

Post New Answer

More Core Java Interview Questions

what are three ways in which a thread can enter the waiting state? Or what are different ways in which a thread can enter the waiting state? : Java thread

0 Answers  


what happens when a thread cannot acquire a lock on an object? : Java thread

0 Answers  


What is identifier with example?

0 Answers  


What is a arraylist in java?

0 Answers  


Can finally block be used without a catch?

0 Answers  






What are the two parts of a conditional statement?

0 Answers  


Why is it called a string?

0 Answers  


How do you convert bytes to character in java?

0 Answers  


Can we declare register variable as global?

0 Answers  


Can static methods be inherited?

0 Answers  


how to one war file class to another war file class?

0 Answers  


When is the arraystoreexception thrown?

0 Answers  


Categories