getParameter() cont’d
getParameter() can return three things:
String: corresponds to the parameter.
Empty String: parameter exists, but no
value provided.
null: Parameter does not exist.
12