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 |
I have a sorting issue with a Hashmap. My constraint is that I MUST use the Hashmap and work with existing code. I do a database query and place the results in a Hashmap. When I iterate thru the Hashmap, it loses the original alphabetical sorting done by the database. So, my problem is that I must sort the results coming out of the Hashmap which is then placed into another class.
explain multi-threading in java?
What is an interoperable application in java ?
make a method which any number and any type of argument and print sum of that arguments.....
What is the driver class?
What is the concept of multithreading?
Explain different ways of creating a thread. Which one would you prefer and why?
can any one tell me when do u go for inheritance and polymorphism
What is functional interface in java example?
What if static is removed from main method?
How to add panel to a Frame?
what is Abstract DataType?