Vidyalelo
Java Programming · Q68

Java Server and Servlet

Programming · Java Programming · question 68

Q68

When destroy() method of a filter is called?

A.
The destroy() method is called only once at the end of the life cycle of a filter
Answer
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

Answer: Option A

Solution

Answer: Option A
No explanation is given for this question Let's Discuss on Board