✅ The verified answer to this question is available below. Our community-reviewed solutions help you understand the material better.
Що виведе наступний код?
List<Integer> numbers = List.of(3, 1, 4, 1, 5);
numbers.stream().distinct().sorted().forEach(System.out::print);