Page 1 of 1
[HD Pg 0, Sec. 12.3.1 - overview-of-the-new-date-time-api]
Posted: Sat Oct 20, 2018 4:58 pm
by flex567
In the book there is no mention of TemporalAdjusters but they are required for the exam. Will this be added to the book?
Re: [HD Pg 0, Sec. 12.3.1 - overview-of-the-new-date-time-api]
Posted: Sat Oct 20, 2018 9:09 pm
by admin
TemporalAdjusters are not required officially for the exam, that is why it is not there in the book. It is not covered in other certification books either. As per the
official exam objectives, the only classes required for the OCAJP 8 exam are java.time.LocalDateTime, java.time.LocalDate, java.time.LocalTime, java.time.format.DateTimeFormatter, and java.time.Period.
We do touch upon TemporalAccessers in one question in our mock exams though, just in case.
HTH,
Paul.