This is the correct choice because there are 3 constructors of HashMap class. These are:
HashMap(): creates a Map with default initial capacity and load factor
HashMap(int initialCap, float load): creates a Map with default specified initial capacity and load factor
HashMap(m : Map): creates a Map with existing Map