java string default value

Solutions on MaxInterview for java string default value by the best coders in the world

showing results for - "java string default value"
Carlos
19 Mar 2018
1It's initialized to null if you do nothing, as are all reference types.