To respond to events like the initialization or destruction of the ServletContext, use the _________ listener.
- ContextInitializationListener
- ServletConfigListener
- ServletContextEvent
- ServletContextListener
Use the ServletContextListener to respond to events like the initialization or destruction of the ServletContext.
Loading...
Related Quiz
- To listen for events related to a specific attribute in a session, implement the interface ___________.
- A __________ is a subclass of SQLException that indicates a failed connection to the database.
- How does a database ensure data integrity during concurrent transactions?
- To read uploaded files in a servlet, the __________ method is commonly used.
- For monitoring changes to the session's attribute list, which listener interface is suitable?