How can you say HashMap is syncronized?
HashMap is not synchronized. If u want to synchronized we have to do HashMap map=java.util.Collections.synchronizedMap(new HashMap()); Hash Map permits Key and values are Null.