Which containers use a FlowLayout as their default layout?
Answers were Sorted based on User's Feedback
Answer / chandrarekha
panel's,applet's use flowlayout as the default layout
Is This Answer Correct ? | 14 Yes | 0 No |
Answer / pkr_reddy
the default layout of flowlayout container is PANEL.
Is This Answer Correct ? | 9 Yes | 0 No |
What is abstract class constructor called?
What is the use of set in java?
Can singleton class be cloned?
Is java util regex pattern thread safe?
How do you create immutable object in java?
Can an interface be defined inside a class?
There are 100 keys and values in HashMap.how to get the keys and values?
Java does not support multiple inheritance. how interface helps in the same?
What are the advantages of defining packages in java?
Why can't we override private static methods?
what is meant by serialization?
Difference between java and javascript