Thursday, February 12, 2009

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 we define it explicitly.

No comments: