Amazon Interview Question

In a hash map how is it determined where in the map an object is positioned?

Interview Answer

Anonymous

Jan 25, 2013

1. Calculate hash code of the object 2. Added to the list of objects that have the same hash code