12345678910



Question 1: Which of the following identifies the correct method a servlet developer should use to retrieve form data from the client provided to the doPost() method ?
1. getParameter() against the HttpServletRequest object
2. getInputStream() against the HttpServletrequest object
3. getBytes() against the HttpServletrequest object
4. getQueryString() against the HttpServletrequest object