题目内容

ServletContextListener接口的contextDetroyed()方法,是在ServletContext对象销毁时被调用。

A. 对
B. 错

查看答案
更多问题

ServletContextAttributeListener接口的attributeAdded()方法,是在ServletContext对象中添加属性时被调用。

A. 对
B. 错

当在请求对象中替换属性值时,调用的方法是ServletRequestAttributeListener接口的attributeReplaced()方法。

A. 对
B. 错

会话创建时,调用的方法是HttpSessionListener接口的sessionCreated()。

A. 对
B. 错

过滤器的接口位于javax.servlet包中

A. 对
B. 错

答案查题题库