A.String[ ] B.Object[ ] C.String D.Object
A.request.getParameter(sex); B.request.getParameter(“sex”); C.request.getParameterValues(sex); D.request.getParameterValues(“sex”);
A.<% String s = “hello world ” ;%> B.<% = “hello world ” ;%> C.<% = “hello world ” %> D.<% ! “hello world ” %>