Q. Which is correct about an instance variable of type String? (A) It defaults to an empty string. (B) It defaults to null. (C) It does not have a default value. (D) It will not compile without initializing on the declaration line ποΈ Show Answer π¬ Discuss π Share β‘Menu β Correct Answer: (B) It defaults to null.