Skip to main content

I'm trying to get deal withunderstand the native implementation of hashCode()the hashCode() method. What exactly returnsdoes this method return? Is it a memory address or it'sis it a random value?

I'm trying to get deal with native implementation of hashCode() method. What exactly returns this method? Is it a memory address or it's a random value?

I'm trying to understand the native implementation of the hashCode() method. What exactly does this method return? Is it a memory address or is it a random value?

Source Link
johnny-b-goode
  • 3.9k
  • 13
  • 49
  • 72

Java Object.hashCode() - address or random()?

I'm trying to get deal with native implementation of hashCode() method. What exactly returns this method? Is it a memory address or it's a random value?