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 |
How do you empty a list in java?
How does remove work in java?
What is jagged array in java?
When should you use arraylist and when should you use linkedlist?
What is bom encoding?
Differences between traditional programming language and object oriented programming language?
What are internal variables?
how cani read a command line argument?(usingfile object).
What do bitwise operators do?
Why ArrayList class is not a synchronized class and why it is not a thread safe class? explain
What is your platform?s default character encoding and how to know this?
What collections you have worked on? Internal working of Hashmap?