The method __________ is used to handle request and response objects in a filter.
- doFilter()
- filterRequest()
- initFilter()
- processFilter()
The method doFilter() is used to handle request and response objects in a filter.
Loading...
Related Quiz
- What is the primary interface for handling HTTP requests in Java servlets?
- How are servlets used in conjunction with JSPs in a typical MVC application?
- The __________ method can be used to get runtime information about memory usage.
- What is the role of the doHead method in HTTP servlets?
- In caching strategies, what is meant by 'cache warming'?