Home » JAVA Programming » Java Basic » Question
  1. How is the dynamic interception of requests and responses to transform the information done?
    1. servlet context
    2. servlet filter
    3. servlet config
    4. servlet container
    5. 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.



Your comments will be displayed only after manual approval.