About Question enthuware.ocpjp.v11.2.3520 :
Posted: Fri Nov 27, 2020 11:37 am
Found what I believe is a minor typo that nonetheless has some significance in this obviously technical, nit-picky, testing environment:
The prompt lacks the word "day", while the format in all of the answer choices includes the word day.
the prompt:
Saturday 1st of January 2000
the correct answer choice:
DateTimeFormatter dtf = DateTimeFormatter.ofPattern("eeee d'st day of' MMMM yyyy"); String s = dtf.format(d);
The prompt lacks the word "day", while the format in all of the answer choices includes the word day.
the prompt:
Saturday 1st of January 2000
the correct answer choice:
DateTimeFormatter dtf = DateTimeFormatter.ofPattern("eeee d'st day of' MMMM yyyy"); String s = dtf.format(d);