Q. When destroy() method of a filter is called? (Solved)
1. The destroy() method is called only once at the end of the life cycle of a filter
2. The destroy() method is called after the filter has executed doFilter method
3. The destroy() method is called only once at the begining of the life cycle of a filter
4. The destroyer() method is called after the filter has executed
- a. The destroy() method is called only once at the end of the life cycle of a filter