DEVFYI - Developer Resource - FYI

What is the default value of an object reference declared as an instance variable?

Java Interview Questions and Answers (part 3)


(Continued from previous question...)

494. What is the default value of an object reference declared as an instance variable?

Null unless we define it explicitly.

(Continued on next question...)

Other Interview Questions