

MCQOPTIONS
Saved Bookmarks
1. |
When destroy() method of filter is called? |
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. | Both of the mentioned |
D. | The destroyer() method is called after the filter has executed |
Answer» B. The destroy() method is called after the filter has executed doFilter method | |