What is the default value of an object reference declared as an instance variable?
Question
What is the default value of an object reference declared as an instance variable?
Answer
Null, unless it is defined explicitly.
What is the default value of an object reference declared as an instance variable?
Null, unless it is defined explicitly.