A

Admin • 828.43K Points
Coach

Q. Can method references refer to overloaded methods?

  • (A) Yes, if the context determines the correct method
  • (B) No, overloading is not supported
  • (C) Only if methods differ in return type
  • (D) Only for static methods

Explanation by: Admin
Overloaded methods can be referenced if the functional interface signature resolves to the correct method.

You must be Logged in to update hint/solution

Discusssion

Login to discuss.

Be the first to start discuss.