Java hashCode method maximum return value

Viewed 11668

Can someone tell me what are the maximum and minimum int values that the Java String.hashCode() method can return?

3 Answers
Related