A

Admin • 828.43K Points
Coach

Q. Which type of method reference is represented by `Object::toString`?

  • (A) Static method reference
  • (B) Instance method reference of an arbitrary object
  • (C) Instance method of specific object
  • (D) Constructor reference

Explanation by: Admin
`Object::toString` refers to an instance method of an arbitrary object.

You must be Logged in to update hint/solution

Discusssion

Login to discuss.

Be the first to start discuss.