About Question enthuware.ocpjp.v8.2.1677 :
Posted: Fri Oct 30, 2015 3:24 pm
Hi
in the provided explanation example the method
does not return any value.
in the provided explanation example the method
Code: Select all
public FileVisitResult preVisitDirectory(Path dir, BasicFileAttributes attrs) throws IOException { count = 0; // reset the count before starting to visit a directory }