✅ The verified answer to this question is available below. Our community-reviewed solutions help you understand the material better.
Який результат виконає наступний код?
List<String> list = List.of("A", "B", "C");
list.stream().forEach(System.out::println);