The __________ method is called by the web container to indicate to a filter that it is being taken out of service.
- close()
- destroy()
- release()
- terminate()
The destroy() method is called by the web container to indicate to a filter that it is being taken out of service.
Loading...
Related Quiz
- In a scenario where a transaction involves multiple SQL queries, how should exceptions be handled to ensure that either all queries succeed or none do?
- The __________ interface is used to receive events about changes to the servlet context's attribute list.
- Can a single class implement multiple listener interfaces in Servlets? If so, what are the considerations?
- For a file upload, the request type must be __________.
- At which stage in the filter lifecycle can you perform actions based on the initialization parameters?