【单选题】J2EE 中,()类()方法用于返回应用程序的上下文路径。
A. HttpServletRequest、getContextPath() B. HttpServletRequset 、 getPathInfo() C. ServletContext 、 getContextPath() D. ServletContext 、 getPathInfo()
A. HttpServletRequest、getContextPath() B. HttpServletRequset 、 getPathInfo() C. ServletContext 、 getContextPath() D. ServletContext 、 getPathInfo()
举一反三
- 下述有关ServletContext对象的说法正确的是_____。 A: ServletContext对象表示当前Servlet的上下文环境,每个Servlet拥有独立的ServletContext对象 B: ServletContext对象拥有与HttpServletRequest对象名称和作用域都相同的域属性设置方法 C: ServletContext对象可以获取当前应用以及应用所运行的容器的相关信息 D: ServletContext对象的getInitParameter()方法可以获取当前Servlet的初始化参数
- HttpServletRequest中获取请求行的参数部分,即url路径中?后的所有内容的方法是() A: getRequestURI() B: getQueryString() C: getContextPath() D: getRequestURL()
- HttpServletRequest对象的()方法能够获取一个表单参数的值选一项 A: getQuaryString() B: getPathInfo() C: getParameter() D: getAttribute()
- J2EE中,HttpServletRequest类的()方法用返回与当前请求相关联的会话,如果没有,则返回null。
- ServletContext接口中定义了用于查询、增加、删除、设置ServletContext域属性的方法