About Question enthuware.ocpjp.v21.2.4035 :
Posted: Sat Jun 07, 2025 1:57 pm
There's a typo in the explanation
"4. sort() sorts the incoming elements. Thus, after this point the resulting stream will contain string 1, 2, 3, and 4 in that order."
*sorted()
"4. sort() sorts the incoming elements. Thus, after this point the resulting stream will contain string 1, 2, 3, and 4 in that order."
*sorted()