题目内容

在 J2EE中,使用过滤器,需要在 web.xml中配置()元素

A.
B.
C.
D.

查看答案
更多问题

调用HttpServletRequest的setAttribute()方法时,可能会触发哪个方法调用?(假设有关联的监听器)______。

A. ServletRequestAttributeListener的attributeAdded()方法
B. ServletRequestAttributeListener的attributeReplaced ()方法
C. ServletRequestAttributeListener的attributeRemoved ()方法
D. ServletRequestAttributeListener的attributeSetted()方法

在web.xml文件的元素中可以使用哪些元素?

A.
B.
C.
D.

在web.xml文件的元素中可以使用哪些元素?

A.
B.
C.
D.

当一个请求对象初始化或销毁时,将触发ServletRequestEvent事件,处理该类事件需要使用接口。

答案查题题库