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 hashtable and explain features of hashtable?
Which are thin and thicK wrapper Class's in Java?
Can a singleton class be inherited?
There are two classes named classa and classb. Both classes are in the same package. Can a private member of classa can be accessed by an object of classb?
What is ternary operator? Give an example.
Does every java program need a main?
Name few java util classes introduced with java 8 ?
Why is java multithreaded?
What is string syntax?
Can an interface extands a class?
What is nested loop? What is dangling else condition in it?
Can a main method be declared final?