Interview Question
Created by admin on Sat, 17/11/2012 - 16:21
Question:
To what value is a variable of the String type automatically initialized?
Language:
Answer:
The default value of an String type is null.
To what value is a variable of the String type automatically initialized?