To pass the request and response to the next entity in the chain, the filter uses the __________ method.

  • chain.continue()
  • chain.doFilter()
  • chain.doNext()
  • chain.forward()
To pass the request and response to the next entity in the chain, the filter uses the chain.doFilter() method. This method is invoked to invoke the next filter or the servlet in the chain.
Add your answer
Loading...

Leave a comment

Your email address will not be published. Required fields are marked *