This is a very basic doubt. Consider a Java String Field named x. What will be the initial value of x when an object is created for the class x;
I know that for int variables, the default value is assigned as 0, as the instance are being created. But what becomes of String?