A. application B. session C. request D. response
A. server.xml B. web.xml C. servlet.xml D. 以上都不对
A. <context> B. <connector> C. <context-param> D. <host>
A. getInitParameter() B. getParameter() C. getAttributeNames() D. 以上都不对
A. getAttributeNames() B. setAttribute (String key,Object obj) C. removeAttribute(String name) D. getAttribute(String name)
A. out.print() B. out.println() C. out.write() D. 以上都不对