Explain about assignment statement?
No Answer is Posted For this Question
Be the First to Post Answer
What is the SimpleTimeZone class?
Where is the find and replace?
In a container there are 5 components. I want to display all the component names, how will you do that?
Explain about data types?
What is a variable analysis?
What is java util hashmap?
What is a void in java?
why we use merge option in hybernate pls give a ex snippet
Explain the differences between abstraction and encapsulation?
how to handle exceptions in core applications?
Explain difference between final, finally and finalize?
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.