A

Admin • 828.03K Points
Coach

Q. What is the purpose of method references like `String::length`?

  • (A) To create a new object
  • (B) To call constructors
  • (C) To refer to an existing method
  • (D) To define a variable

Explanation by: Admin
Method references refer to existing methods without invoking them immediately.

You must be Logged in to update hint/solution

Discusssion

Login to discuss.

Be the first to start discuss.