Q. What is the syntax for a method reference to the current instance's method?
β
Correct Answer: (B)
this::method
Explanation: `this::method` refers to a current instance method.