1Z0-830 Web TestEngine demo

Exit VCEDump 1Z0-830 Java SE 21 Developer Professional
Question 7 of 15
0% complete
Q7 Single choice

Given:

java

List<String> abc = List.of("a", "b", "c");

abc.stream()

.forEach(x -> {

x = x.toUpperCase();

});

abc.stream()

.forEach(System.out::print);

What is the output?

Sign in to mark questions

Sign in to save marked questions and return to this demo.

Sign in