Page 1 of 1

About Question enthuware.ocpjp.i.v11.2.3143 :

Posted: Sun Jun 21, 2020 6:52 am
by af1981
hello!

I've download today the latest *.ets files but there is an error in the question:

"NOTE: LocalDate and java.time package are not mentioned in the exam objectives. However, we have seen candidates getting questions that use these classes as a prop to set up the question. The question is not really about these classes. You can answer the question even if you haven't read about these classes but are able to guess from the given code that LocalDate.new() returns a LocalDate instance and DayOfWeek is an enum with obvious values. You will be able to answer the question if you focus on topics that are on the exam objectives."

LocalDate.new() --> LocalDate.now()

Thanks for your support. Have a good day and a good work.

Re: About Question enthuware.ocpjp.i.v11.2.3143 :

Posted: Sun Jun 21, 2020 11:01 am
by admin
You are right. It should be now(). It is correct in the code given below the note.

thank you for your feedback!

Re: About Question enthuware.ocpjp.i.v11.2.3143 :

Posted: Sun Jun 21, 2020 3:15 pm
by af1981
You're welocome! I't's already been the second mistake that I've discovered ;P