p.toString().endsWith("txt"));     Stream st2 = Files.walk(Paths.get("/report"), 2);) {     st1.forEach(s -> System.out.println("Found: " + s));     st2.filter(s -> s.toString()       .endsWith("txt"))       .forEach(s -> System.out.println("Walked: " + s));     } catch (IOException ioe) {       System.out.println("Exception");     } } What is the result?" > p.toString().endsWith("txt"));     Stream st2 = Files.walk(Paths.get("/report"), 2);) {     st1.forEach(s -> System.out.println("Found: " + s));     st2.filter(s -> s.toString()       .endsWith("txt"))       .forEach(s -> System.out.println("Walked: " + s));     } catch (IOException ioe) {       System.out.println("Exception");     } } What is the result?">


Upgrade Java SE 7 to Java SE 8 OCP Programmer (1Z0-810)

© examsnet.com
Question : 6
Total: 8
Go to Question: