For example , why should I use
Map<String, List<String>> phoneNumbers = new HashMap<String, List<String>>();
instead of
HashMap<String, List<String>> phoneNumbers = new HashMap<String, List<String>>();
For example , why should I use
Map<String, List<String>> phoneNumbers = new HashMap<String, List<String>>();
instead of
HashMap<String, List<String>> phoneNumbers = new HashMap<String, List<String>>();