The __________ interface allows objects to be notified of changes in session lifecycle.
- HttpSessionActivationListener
- HttpSessionAttributeListener
- HttpSessionBindingListener
- HttpSessionListener
The HttpSessionListener interface allows objects to be notified of changes in the session lifecycle, such as session creation, attribute addition, and session invalidation.
Loading...
Related Quiz
- The __________ pattern used in MVC frameworks centralizes request handling in a single servlet.
- The __________ method of AsyncContext allows for manually controlling the timeout of an asynchronous operation.
- How does using the PreparedStatement in servlets improve performance?
- _________ tracking involves appending session ID information to every URL.
- In servlets, what is used to facilitate the reading of file data sent by a client?