how to open and edit XML file in Weblogic???
How to find the largest value from the given array.
What are the differences between getting and load method?
Explain cookies?
What is the use of parse function in java?
Is string passed by reference in java?
GoldMansachs Interview process....
why are wait(), notify() and notifyall() methods defined in the object class? : Java thread
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.
How is it possible for two string objects with identical values not to be equal under the == operator?
What is diffrance between FINALIZE() & FINALLY ?
What is a parameter used for?
If two threads call a static method at the same point of time, what will happen?