What is a Java String’s default initial value?

It’s initialized to null if you do nothing, as are all reference types.

Leave a Comment