Difference between HashMap and Map?
HashMap is Interface and Map is class that implements that.
Both are interfaces
Map is Interface and Hashmap is class that implements that.
None of the above