Q. Which is the correct method reference for `String::valueOf`?
β
Correct Answer: (A)
Converts primitives to Strings
Explanation: `String::valueOf` converts primitives and objects to their string representation.