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 |
write a program that list all permutations of ABCDEF in which A appears before B?
What is the purpose of finalization?
How do you create a reference in java?
How to access arraylist elements in java?
How many types of packages are there in Java?
Is assembly language a low level language?
What is the largest data type in java?
Difference between ‘is-a’ and ‘has-a’ relationship in java?
Map map = new HashMap(2); map.add(“1”,”one”); map.add(“2”,”two”); map.add(“3”,”three”); What will happen at this line?
Which are the two subclasses under exception class?
You can create a string object as string str = “abc”; why cant a button object be created as button bt = “abc”;? Explain
Why charat is used in java?