From the documentation:
public String()
Initializes a newly created String object to represent an empty sequence of characters. Please note that the use of this constructor is not required since strings are immutable.
Was it used in previous versions of Java?
source share