Skip to main content
Journey Uncommon Logo
JourneyUncommon
mediumJavastream pipelinesSingle-choice MCQ1 views

Which list is produced by mapping toLowerCase?

List<String> r = Stream.of("A","B","C").map(String::toLowerCase).toList();