Q. Which type of method reference is represented by `Object::toString`?
β
Correct Answer: (B)
Instance method reference of an arbitrary object
Explanation: `Object::toString` refers to an instance method of an arbitrary object.