Sander Wamelink

Greenhorn
+ Follow
since May 18, 2016
Merit badge: grant badges
For More
Cows and Likes
Cows
Total received
1
In last 30 days
0
Total given
0
Likes
Total received
1
Received in last 30 days
0
Total given
0
Given in last 30 days
0
Forums and Threads
Scavenger Hunt
expand Ranch Hand Scavenger Hunt
expand Greenhorn Scavenger Hunt

Recent posts by Sander Wamelink

Can't find the original post, but in the Errata op www.selikoff.net it states the following:

468 Chapter 9 In the box, Path1.relativize should be path1.relativize Typo Guillaume Bailly 2016-02-27 Pending

However path3 should also be renamed to path2, as the example doesn't have any path3 declared.
Exam Essentials in the first paragraph 'Determine if an exception is checked or unchecked', it states:
DateTimeParseException, IOException, and SQLException are common checked exceptions.

However DateTimeParseException is a RuntimeException (unchecked).
in that case on page 271 in Table 5.10 OfLocalizedDateTime should be ofLocalizedDateTime.
To the bottom of the page it states:

There isn't much to removeIf as long as long as you remember how Predicate works.

That's one 'as long' too many, I would say.