HashMap Collision

public class Simple{
public static void main(String args[]){
Map map=new HashMap();
map.put(1, 11);
map.put(4, 11);
System.out.println(map.hashCode());
Map map1=new HashMap();
map1.put(1, 11);
map1.put(4, 11);
System.out.println(map1.hashCode());
if (map.equals(map1)) {
    System.out.println("equal ");
}
}}


25
25
equal 


Comments

Popular posts from this blog

தட்டு வண்டியில் காளிக்கோயில் - சிறுகதை

பிரேமாவின் பெண் குழந்தை

தீபம் பிளக்ஸ்