1
Answer

Convert hash code to String

I have a String "XYZ" and for some purpose i get the hash code for this string as "xyz".gethashcode();
Now i want the original string "XYZ" from the above generated hashcode.
Can any one show me the way to do it..
Answers (1)