Q. Which operator is used in method references?
β
Correct Answer: (B)
::
Explanation: `::` is used to reference methods directly.
Explanation: `::` is used to reference methods directly.