logo

Crowdly

Browser

Add to Chrome

Який результат компіляції і виконання даного коду, вважаючи, що каталог "/bigcat...

✅ The verified answer to this question is available below. Our community-reviewed solutions help you understand the material better.

Який результат компіляції і виконання даного коду, вважаючи, що каталог "/bigcats" існує?

Path path = Paths.get("/bigcats");

try {

Files.walk(path)

.filter(p -> p.toString().endsWith(".java")) // рядок 4

.forEach(System.out::println); // рядок 5

} catch (IOException e) {

System.out.println("error");

}

0%
0%
0%
0%
0%
100%
More questions like this

Want instant access to all verified answers on do.nmu.org.ua?

Get Unlimited Answers To Exam Questions - Install Crowdly Extension Now!

Browser

Add to Chrome