The _________ listener is invoked when an attribute is added, removed, or replaced in a session.
- HttpSessionAttribute
- HttpSessionBinding
- HttpSessionEvent
- SessionAttributeListener
The HttpSessionBinding listener is invoked when an attribute is added, removed, or replaced in a session.
Loading...
Related Quiz
- In JDBC, what does Statement.setFetchSize(int rows) method influence?
- How is a servlet configured in a web application?
- To improve performance, a PreparedStatement uses _________ to precompile SQL statements.
- In what scenarios is it safe to have instance variables in a servlet?
- How do filters interact with different types of servlets and JSP pages?