Q. Which keyword is used to declare a variable that can hold a reference to an object of any class in Java?
β
Correct Answer: (C)
var
Explanation: The correct answer is Option C: var.