In a servlet, to get an array of all the values of a multi-valued parameter, use the __________ method.

  • getArrayValues()
  • getMultiValuedParameter()
  • getParameterValues()
  • retrieveParameterArray()
The getParameterValues() method in a servlet is used to get an array of all the values of a multi-valued parameter.
Add your answer
Loading...

Leave a comment

Your email address will not be published. Required fields are marked *