Q. Which form of method reference is used to refer to an instance method of an existing object?
β
Correct Answer: (B)
object::methodName
Explanation: The syntax `object::methodName` refers to an instance method of an existing object.