getParameterNames()
Returns an Enumeration object.
By cycling through the enumeration object,
you can obtain the names of all parameters
submitted to the servlet.
Note that the Servlet API does not specify the
order in which parameter names appear.
14