Q. To map a stream of strings to their uppercase form, which method reference is used?
β
Correct Answer: (B)
String::toUpperCase
Explanation: `String::toUpperCase` maps strings to uppercase.