What is byte data type?
No Answer is Posted For this Question
Be the First to Post Answer
Can we execute a program without main?
What are white spaces in java?
What are multiple inheritances?
What are the kinds of polymorphism?
how to use finalize()Method to resources
What do you mean by append?
Write a program to print all permutations of string?
What is r * in math?
What is byte data type?
What are the advantages and disadvantages of object cloning?
what is difference between abstract factory and factory design patterns?
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.