I need to create a Unique Integer from a String in Java so that collision chances are pretty less.
Is there any way, we can create a integer in Java which is always Unique for the same string?
I have to store the lacks of string in database, so i want to convert into hashcode for less retrieving time where I fire SELECT query..