The __________ object provides the filter with information about its initialization parameters.
- FilterConfig
- FilterContext
- InitParams
- ServletContext
The FilterConfig object provides the filter with information about its initialization parameters, allowing the filter to retrieve its configuration.
Loading...
Related Quiz
- What is the impact of synchronization on servlet performance?
- Which Java API is used for creating WebSocket applications in Java EE?
- What is the primary purpose of using filters in web applications?
- A thread-safe servlet ensures that shared data is accessed in a _________ manner.
- How does transaction isolation level impact database performance and consistency?