Is it possible to have same hashcode for different strings using java\'s hashcode function?or if it is possible then what is the % of its possibility?
"tensada".hashCode() "friabili".hashCode());
The java hash function return equal values here.