Q. What is the purpose of method references like `String::length`?
β
Correct Answer: (C)
To refer to an existing method
Explanation: Method references refer to existing methods without invoking them immediately.