Description: this article is talking about the difference between null and isEmpty
1 | String s1 = new String(); |
s1
java assigns the storage but the value is null, is absolute null
s2
java assigns the storage but the value is null, is relative null
s3
java does not assign the storage and without value