Home / Report Question

Q. Which method reference type is demonstrated by `System.out::println`?
  • A. Static method reference
  • B. Instance method reference of a specific object
  • C. Constructor reference
  • D. Instance method of an arbitrary object