Add to Chrome
✅ The verified answer to this question is available below. Our community-reviewed solutions help you understand the material better.
liste.map(String::toUpperCase).stream().toList();
liste.stream().map(String::toUpperCase).toList();
liste.forEach(String::toUpperCase);
liste.stream().filter(String::toUpperCase).toList();
Get Unlimited Answers To Exam Questions - Install Crowdly Extension Now!