For monitoring changes to the session's attribute list, which listener interface is suitable?
- HttpSessionAttributeListener
- HttpSessionBindingListener
- ServletContextListener
- ServletRequestListener
The HttpSessionAttributeListener interface is suitable for monitoring changes to the session's attribute list.
Loading...
Related Quiz
- What is the benefit of implementing the SingleThreadModel interface in servlets?
- How are servlets used in conjunction with JSPs in a typical MVC application?
- Which method is used to get a reference to the ServletContext object?
- The ServletContext is shared across multiple servlets within a __________.
- What is a potential downside of using round-robin load balancing in a heterogeneous server environment?