Tuesday, March 10, 2009

To what value is a variable of the String type automatically

Question :To what value is a variable of the String type automatically
initialized? (CoreJava)

Answer :The default value of an String type is null.

No comments: