Home / Report Question

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