What is string pool in java?
How do you reverse a string in java without using string buffer?
What is externalizable?
What is java regex?
What is Java Classloader?
1 Answers Phantom Technologies,
What is type safety in java?
How many bits are used to represent unicodde,ASCII,UTF-16 and UTF-8 characters?
Does string isempty check for null?
diff b/w sleep(1000) and wait(1000)?
Can we declare a static variable inside a method?
What is meant by final class?
List any five features of java?
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.