Kizspy | Question: 48
(Choose 1 answer)
During the filter lifecycle in a web application, when is the init() method typically called?
A. Every time a request is made
B. Only once when the filter is first instantiated
C. Only when the application server is restarted
D. After the doFilter() method is executed