About Question enthuware.ocpjp.v8.3.1919 :
Posted: Fri Aug 25, 2017 9:35 am
I see in the explanation, as is see on the Java 8 documentation of walk method, that are only two overloaded walk methods. How can be option three correct, because i cannot see a walk method that takes two arguments like this:
public static Stream<Path> walk(Path start, int maxDepth)
Thanks!
public static Stream<Path> walk(Path start, int maxDepth)
Thanks!