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

All object references are initialized to null in Java.