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 |
5 What is Java exception handling?
What is meant by binding in rmi?
Can we use catch statement for checked exceptions?
Which collection does not allow duplicates in java?
What is anagram word?
When should I use stringbuffer?
What does this() represent, and how is it used in Java?
I have a string like _a01_a02_a03_ and another string like _2_1.5_4_ as input.I want to extract a01,a02... to a string array and 2,1.5,etc to a double array with a01 corresponds to 2 and a02 to 1.5 etc. Need code in core java.. Can you do it?
What is role of void keyword in declaring functions?
What is sorting in java?
If goto and const is reserve words than why it is not work in java?
Explain about features of local inner class?