-
-
(S No.68) Which of the following method can be used to read a multiple values with same name, for example check box selections?
- request.getParameter()
- response.getParameter()
- request.getParameterValues()
- response.getParameterValues()
-
Top