Page 1 of 1

About Question enthuware.ocpjp.v7.2.1666 :

Posted: Fri Feb 14, 2014 6:00 pm
by vnkennedy
Hello, the explanation given here doesn't match the option.

Map<String, List<>> stateCityMap;
Map<String, List<String>> stateCityMap; is valid.

Re: About Question enthuware.ocpjp.v7.2.1666 :

Posted: Fri Feb 14, 2014 8:31 pm
by admin
Code given in the option is invalid. The explanation is trying to show you the right way to write that code.