Which is correct about an instance variable of type String?
B.
Instance variables have a default value based on the type.
For any non-primitive, including String, that type is a reference to null.
Option B is correct.
If the variable was a local variable, Option C would be correct.