Sybex Typo
Java 8 OCP Online Bonus Question 104/180 Mock 2
The correct answers are:
B. The code will not compile because of line n2.
D. The code will not compile because of line n4.
It should also include option C
C. The code will not compile because of line n3.
line n3
(p -> p.toRealPath(LinkOption.NOFOLLOW_LINKS) throws a checked java.io.IOException which is not handled
by alinvlad05