getParameterValues()
•
Used to retrieve multiple form parameters
with the same name.
•
For example, a series of checkboxes all have
the same name, and you want to determine
which ones have been selected.
•
Returns an array of Strings.
13