Question: Which of the following identifies the correct method a servlet developer should use to retrieve data provided by the client? (a) getParameter() against the HttpServletRequest
Which of the following identifies the correct method a servlet developer should use to retrieve data provided by the client?
(a) getParameter() against the HttpServletRequest object
(b) getInputStream() against the HttpServletRequest object
(c) getBytes() against the HttpServletRequest object
(d) getQueryString() against the HttpServletRequest object
Step by Step Solution
3.46 Rating (156 Votes )
There are 3 Steps involved in it
b getInput... View full answer
Get step-by-step solutions from verified subject matter experts
