Page 1 of 1

About Question enthuware.ocpjp.v8.2.1119 :

Posted: Thu Oct 08, 2015 11:37 am
by mrmuiz
Just a typo in the explanation:
and then use Collections.sort(List<T>, Comapartor<? super T>) method:
should be
and then use Collections.sort(List<T>, Comparator<? super T>) method:

Re: About Question enthuware.ocpjp.v8.2.1119 :

Posted: Thu Oct 08, 2015 8:46 pm
by admin
Fixed.
thank you for your feedback!