Answer: b) ClassName::methodName(args).
Explanation: Method references allow you to refer to an existing method as a lambda expression, without having to write out the full lambda syntax.