单项选择题
A.HttpServletRequest、getContextPath() B.HttpServletRequset、getPathInfo() C.ServletContext、getContextPath() D.ServletContext、getPathInfo()
在J2EE中使用Servlet过滤器时,可以在web.xml文件的()元素中包括<init-param>元素。...
单项选择题在J2EE中使用Servlet过滤器时,可以在web.xml文件的()元素中包括<init-param>元素。
A.<filter> B.<filter-mapping> C.<filter-name> D.<filter-class>
J2EE中以下关于HttpServlet的说法错误的是()A. HttpServlet是一个抽象类B. Htt...
单项选择题J2EE中以下关于HttpServlet的说法错误的是()
A. HttpServlet是一个抽象类 B. HttpServlet类扩展了GenericServlet类 C. HttpServlet类的子类必须至少重写service方法 D. HttpServlet位于javax.servlet.http包中
在HttpSession中写入和读取数据的方法是()A.setParameter()和getParamter(...
单项选择题在HttpSession中写入和读取数据的方法是()
A.setParameter()和getParamter() B.setAttribute()和getAttribute() C.addAttribute()和getAttribute() D.set()和get()