What is the difference between null and the \"\" (empty string)?
null
\"\"
I have written some simple code:
String a = \"\"; String b
In simple term,
"" is an empty String
null is an empty String Variable.