A

Admin • 828.03K Points
Coach

Q. Which type of method reference is `System.out::println`?

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

Explanation by: Admin
It is an instance method of the specific object System.out.

You must be Logged in to update hint/solution

Discusssion

Login to discuss.

Be the first to start discuss.