A

Admin • 828.70K Points
Coach

Q. Which type of method reference is `Employee::getName` when used in mapping operations?

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

Explanation by: Admin
`Employee::getName` refers to an instance method of arbitrary objects of Employee.

You must be Logged in to update hint/solution

Discusssion

Login to discuss.

Be the first to start discuss.