What method of the HttpServletRequest object is used to retrieve a form parameter by name?

  • fetchParameter(String name)
  • getFormParameter(String name)
  • getParameter(String name)
  • retrieveParameter(String name)
The getParameter(String name) method is used to retrieve a form parameter by name from the HttpServletRequest object.
Add your answer
Loading...

Leave a comment

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