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