I Will Get That Job At Google. | Java hashCode() implementation
"Many people will claim that Object.hashCode
will return the address of the object representation in memory. In modern implementations objects actually move within memory. Instead an area of the object header is used to store the value, which may be lazily derived from the memory address at the time that the value is first requested."
Read full article from I Will Get That Job At Google. | Java hashCode() implementation
No comments:
Post a Comment