Styrow.dev
Question 100 of 247
Java Topic: General medium

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.