Page 1 of 1

About Question enthuware.ocpjp.v7.2.1512 :

Posted: Sun Oct 19, 2014 12:41 pm
by logtwo
I'm fine with the answer, however it says:
The Collection class contains a synchronizedCollection() method that creates thread-safe instances based on collections which are not.
The class containing synchronizedCollection shouldn't be Collections (with the 's') rather than Collection ?

Thank you

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

Posted: Sun Oct 19, 2014 7:49 pm
by admin
Yes, it should be Collections as is given in the code sample below. Fixed.
thank you for your feedback!