Yevhenii Tymoshenko wrote:p. 217 Table 5.10 ofLocalized methods. In line ofLocalizedDateTime need print three times “Legal show whole object”
Typo. This is on page 271

. The table is correct thought. You can't call f.format(localDate) or f.format(localTime) with a date/time formatter because not enough information is supplied. Suppose I asked you to type Sept 1, 2016 and include the month, date, year, hour and minute. You'd have a problem because you don't know what hour and minute to use.
Yevhenii Tymoshenko wrote:p. 315 DateTimeParseException in a third sentence, but need ParseException. DateTimeParseException is a RuntimeException.
Yes. This is in the errata. We messed this up consistently through the chapter so we wrote it once with the chapter number rather than for each page.
Yevhenii Tymoshenko wrote:p. 495 In Exam Essentials second sentence “Paths.getPath()” but need “Paths.get()”
Correct. I've added this to the errata and credited you. Good catch.
Yevhenii Tymoshenko wrote:p. 531 On the pre-last sentence. “It returns boolean” but need – “It returns true”
I'm not sure what the problem is you are trying to report. true is a boolean.