To retrieve all the parameter names sent in a request, you can use the __________ method of the HttpServletRequest object.

  • getParameterNames()
  • getParameterValues()
  • getRequestParameters()
  • retrieveParameters()
The getParameterNames() method of the HttpServletRequest object is used to retrieve all the parameter names sent in a request.
Add your answer
Loading...

Leave a comment

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