SyntaxFix
Write A Post
Hire A Developer
Questions
Map is an interface in Java. And HashMap is an implementation of that interface (i.e. provides all of the methods specified in the interface).
Map
HashMap