Q. What is the default value of an instance variable in Java?
β
Correct Answer: (A)
null
Explanation: Instance variables are initialized to null by default.