Kizspy | Question: 15
(Choose 1 answer)
How does a servlet obtain client data sent in an HTTP request?
A. Using the getParameter() method of HttpServletRequest.
B. Using the getParameter() method of HttpServletResponse.
C. Using the getAttribute() method of HttpServletRequest.
D. Using the getAttribute() method of HttpServletResponse.