12
Netprog 2002
-
Servlets
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.