The __________ method of the FilterChain interface is used to invoke the next filter in the chain.
- doFilter()
- invokeNext()
- nextFilter()
- proceed()
The doFilter() method of the FilterChain interface is used to invoke the next filter in the chain.
Loading...
Related Quiz
- What is the primary purpose of garbage collection in Java?
- For monitoring changes to the session's attribute list, which listener interface is suitable?
- How does a distributed cache enhance the scalability of a web application?
- What is the difference between context and init parameters in servlet configuration?
- The process of retrieving a connection from the pool, using it, and then returning it is known as _________.