A

Admin • 828.43K Points
Coach

Q. What is the purpose of method references in the context of lambdas?

  • (A) To create a new interface
  • (B) To refer to methods directly as a lambda alternative
  • (C) To override methods
  • (D) To convert lambdas to strings

Explanation by: Admin
Method references allow referring to existing methods as lambdas.

You must be Logged in to update hint/solution

Discusssion

Login to discuss.

Be the first to start discuss.