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