1.

What Are The Functions Of Hashcode() Method?

Answer»
  • This METHOD RETURNS a hash CODE VALUE (an integer number).
  • And also returns the same integer number, if two keys (by calling equals() method) are same.
  • But in sometimes two hash code numbers can have different or same keys.



Discussion

No Comment Found