hashmap is unsyncronized and allow a null key and nullvalue.but hashmap is syncronized and does not allow anull value.if u want to make the haspmap object to be syncronizeduse.MashMap obj=Collection.suncronizedMap(new HashMap())