Consider a Java String Field named x. What will be the initial value of x when an object is created for the class x;
x
I know that for
It's initialized to null if you do nothing, as are all reference types.