null means "nothing".
"" is a String object with in length of 0.
null means no object
Similar to Oracle. In Oracle, you can't perform math on NULL because NULL is non-existant. In
Java, instead of meaning no-value, null means no object is assigned to the variable.