Q. Can method references refer to overloaded methods?
β
Correct Answer: (A)
Yes, if the context determines the correct method
Explanation: Overloaded methods can be referenced if the functional interface signature resolves to the correct method.