InterviewSolution
Saved Bookmarks
| 1. |
For what purpose destroy() method of a filter is used? |
|
Answer» This method is called by the web container to indicate to a filter that it is being taken out of service. |
|