As it is, the correct answer will not compile. One closing parenthesis (')') should be moved from the end after the 'FOLLOW_LINKS'.
Maybe the third option should be revised as well in order to make it plausible (move the closing parenthesis from '1000' to 'FOLLOW_LINKS')
About Question enthuware.ocpjp.v8.3.1921 :
Moderators: Site Manager, fjwalraven
-
- Posts: 51
- Joined: Wed Sep 28, 2011 12:14 pm
- Contact:
Online
-
- Site Admin
- Posts: 10386
- Joined: Fri Sep 10, 2010 9:26 pm
- Contact:
Re: About Question enthuware.ocpjp.v8.3.1921 :
I am sorry but I am not seeing the mismatch in the the correct option. You are right about the third option.
thank you for your feedback!
Paul.
thank you for your feedback!
Paul.
-
- Posts: 51
- Joined: Wed Sep 28, 2011 12:14 pm
- Contact:
Re: About Question enthuware.ocpjp.v8.3.1921 :
The correct answer is:
and it should be
Code: Select all
.find(Paths.get(start), howDeep, (x, y)->y.size()>1000, FileVisitOption.FOLLOW_LINKS
.map(x->x.toString()));
Code: Select all
.find(Paths.get(start), howDeep, (x, y)->y.size()>1000, FileVisitOption.FOLLOW_LINKS)
.map(x->x.toString());
Online
-
- Site Admin
- Posts: 10386
- Joined: Fri Sep 10, 2010 9:26 pm
- Contact:
Who is online
Users browsing this forum: No registered users and 4 guests