Q. In the real-world, which method reference helps when sorting a list of strings alphabetically?
β
Correct Answer: (B)
String::compareTo
Explanation: `String::compareTo` is used for natural ordering of strings.