About Question enthuware.ocpjp.v7.2.1666 :
Posted: Fri Feb 14, 2014 6:00 pm
Hello, the explanation given here doesn't match the option.
Map<String, List<>> stateCityMap;
Map<String, List<String>> stateCityMap; is valid.
Map<String, List<>> stateCityMap;
Map<String, List<String>> stateCityMap; is valid.