单项选择题
A. page B. request C. response D. application
在JSP中()动作用于将请求转发给其他JSP页面。A.forwardB.includeC.useBeanD.s...
单项选择题在JSP中()动作用于将请求转发给其他JSP页面。
A.forward B.include C.useBean D.setProperty
J2EE中()类()方法用于返回应用程序的上下文路径。A.HttpServletRequest、getCont...
单项选择题J2EE中()类()方法用于返回应用程序的上下文路径。
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>