When destroy() method of a filter is called?

When destroy() method of a filter is called? Correct Answer The destroy() method is called only once at the end of the life cycle of a filter

destroy() is an end of life cycle method so it is called at the end of life cycle.

Related Questions