The __________ method of a filter is used for initialization.
- filterInit()
- init()
- initFilter()
- initialize()
The init() method of a filter is used for initialization.
Loading...
Related Quiz
- In a web application tracking user login and logout, which listeners would be most effective?
- What is the impact of synchronization on servlet performance?
- What is the role of the doHead method in HTTP servlets?
- In HTTP servlets, the _________ method is used to send error responses back to the client.
- The scope of ServletContext is: