Q. Method references can be used in combination with which Java feature?
β
Correct Answer: (B)
Streams API
Explanation: Method references are commonly used with the Streams API for concise code.