下面选项中,能够用于监听域对象属性增加和删除的事件监听器的是( )(多选)
A. 实现ServletContextAttributeListener接口的类
B. 实现ServletRequestAttributeListener接口的类
C. 实现HttpSessionBindingListener接口的类
D. 实现HttpSessionAttributeListener接口的类
某Web应用的上下文路径是root,配置文件web.xml中有如下片段,则以下说法正确的是()processitcast.ProcessServletprocess/proc
A. 在包itcast中,有一个名为ProcessServlet的类
B. 访问路径是http://机器 IP:端口号/root/process
C. 访问路径是http://机器 IP:端口号/root/ProcessServlet
D. 访问路径是http://机器 IP:端口号/root/proc
下面选项中, 属于元素的子元素是()
A.
B.
C.
D.
下列异常中,哪些是在Servlet中重写doGet(),doPost()方法时抛出的异常( )
A. ServletException
B. HttpServletException
C. HttpException
D. IOException