Page 1 of 1

About Question enthuware.ocpjp.v7.2.1446 :

Posted: Wed Mar 27, 2013 10:12 am
by alex
Hi,

Explanation for 5-th option is not correct

Locale jp = new Locale("jp", "JP");
NumberFormat formatter = NumberFormat.getInstance(jp);

getInstance could take a local parameter.
But anyway ths option is not correct answer because it doesn't format to currceny.

Alex

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

Posted: Wed Mar 27, 2013 6:07 pm
by admin
You are right. The explanation has now been fixed.

thank you for your feedback!