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
Any object if it is initailised , its defeault value is null, until unless we explicitly provide a default value.