Filters can be applied to __________ or __________ resources in a web application.
- dynamic, JSP
- servlets, dynamic
- servlets, static
- static, dynamic
Filters can be applied to both servlets and static resources or servlets and dynamic resources in a web application.
Loading...
Related Quiz
- To respond to events like the initialization or destruction of the ServletContext, use the _________ listener.
- In an XSS attack, the _________ method of XSS involves the attacker injecting a script that is stored on the server.
- If an application needs to clean up resources when the application is shut down, which listener should be used?
- To listen for events related to a specific attribute in a session, implement the interface ___________.
- In a chat application using WebSockets, when a message is sent to a closed connection, what happens and how should it be handled?