A

Admin • 828.03K Points
Coach

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

Explanation by: Admin
`System.out::println` refers to an instance method of a specific object (`System.out`).

You must be Logged in to update hint/solution

Discusssion

Login to discuss.

Be the first to start discuss.