Which two methods could be used by the servlet to obtain information input within the form?

A client has accessed a servlet via a form that uses an HTTP POST request. Which two methods
could be used by the servlet to obtain information input within the form?

A client has accessed a servlet via a form that uses an HTTP POST request. Which two methods
could be used by the servlet to obtain information input within the form?

A.
Using the request object’s getParameter method

B.
Using the servlet object’s getServletInfo method

C.
Using the request object’s getParameterValues method

D.
Using the request object’s getAttribute method

E.
Using the request object’s getAttributeValues method

F.
Using the ServletConfig’s getInitParameter method



Leave a Reply 0

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