• 2022-11-03
    用于监听域对象属性增加和删除的监听器接口有()。
    A: ServletContextAttributeListener接口
    B: HttpSessionAttributeListener接口
    C: ServletRequestAttributeListener接口
    D: HttpSessionListener接口
  • A,B,C

    内容

    • 0

      实现ServletRequestAttributeListener接口的监听器类,可以用于监听ServletRequest对象中的属性变更

    • 1

      下面选项中,能够用于监听绑定到HttpSession域中对象状态的事件监听器的是() A: 实现HttpSessionListener接口的类 B: 实现HttpSessionActivationListener接口的类 C: 实现HttpSessionBindingListener接口的类 D: 实现HttpSessionAttributeListener接口的类

    • 2

      实现___接口的监听器类,可以用于监听HttpSession对象中的属性变更。

    • 3

      实现___接口的监听器类,可以用于监听ServletRequest对象中的属性变更。

    • 4

      下面选项中,用于监听HttpSession域对象创建及销毁的监听器接口是( )