What is the purpose of the FilterConfig object in Servlet filters?

  • To configure the order of filter execution
  • To define filter mappings
  • To manage filter lifecycle events
  • To store configuration parameters for a filter
The FilterConfig object is used to store configuration parameters for a filter, allowing developers to set up filter-specific settings.
Add your answer
Loading...

Leave a comment

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