Q. What type of method reference is `this::equals`?
β
Correct Answer: (B)
Instance method of a specific object
Explanation: `this::equals` refers to an instance method of the current object.