Quantcast
Channel: Programmer's lounge » hashCode
Browsing all 2 articles
Browse latest View live

Image may be NSFW.
Clik here to view.

hashCode and equals – why implementing them is important?

Every Java object implements equals() and hashCode() methods. Default implementations, inherited from the Object class, rely on the internal address of an instance in the virtual machine. In some...

View Article


Image may be NSFW.
Clik here to view.

HashMap vs. Hashtable

A hash table is a data structure used to implement an associative array, a structure that can map keys to values. A hash table uses a hash function to compute an index into an array of buckets or...

View Article

Browsing all 2 articles
Browse latest View live


Latest Images