QuestionQ34
Working with Streams and Lambda expressionsGiven this code fragment:

What is the result?
- A ABBCDE // the order of elements is unpredictable
- B ABCDE
- C ABCDE // the order of elements is unpredictable
- D ADEABCB // the order of elements is unpredictable
Community Discussion