Q. Which type of method reference is `System.out::println`?
β
Correct Answer: (B)
Instance method of a specific object
Explanation: It is an instance method of the specific object System.out.