Q. Which method reference is valid for invoking an instance method on a particular object?
β
Correct Answer: (B)
objectName::methodName
Explanation: objectName::methodName is used for referring to an instance method of a specific object.