Page 1 of 1

When destroy() method of a filter is called?

Posted: Wed Jul 13, 2022 7:50 pm
by answerhappygod
a) The destroy() method is called only once at the end of the life cycle of a filter
b) The destroy() method is called after the filter has executed doFilter method
c) The destroy() method is called only once at the begining of the life cycle of a filter
d) The destroyer() method is called after the filter has executed