-
How is the dynamic interception of requests and responses to transform the information done?
-
- servlet context
- servlet filter
- servlet config
- servlet container
- None of these
Correct Option: B
Servlet has various components like container, config, context, filter. Servlet filter provides the dynamic interception of requests and responses to transform the information.