What will be the initial value of an object reference which is defined as an instance variable?

All object references are initialized to null in Java.

Leave a comment

Your email address will not be published. Required fields are marked *