Q. Which operator is used in method references? (A) -> (B) :: (C) => (D) ** ποΈ Show Answer π¬ Discuss π Share β‘Menu β Correct Answer: (B) :: Explanation: `::` is used to reference methods directly.