What is the difference between null and the \"\" (empty string)?
null
\"\"
I have written some simple code:
String a = \"\"; String b
You may also understand the difference between null and an empty string this way:
Original image by R. Sato (@raysato)