What is the difference between null and the \"\" (empty string)?
null
\"\"
I have written some simple code:
String a = \"\"; String b
This image might help you to understand the differences.
The image was collected from ProgrammerHumor