When Destroy Method Of A Filter Is Called #1263
When destroy() method of a filter is called?
This multiple choice question (MCQ) is related to the book/course gs gs128 Java. It can also be found in gs gs128 Java Server Technologies Servlet - Java Servlet - Quiz No.1.
When destroy() method of a filter is called?
The destroy() method is called only once at the end of the life cycle of a filter
The destroy() method is called after the filter has executed doFilter method
The destroy() method is called only once at the begining of the life cycle of a filter
The destroyer() method is called after the filter has executed