1.

How is the dynamic interception of requests and responses to transform the information done?(a) servlet container(b) servlet config(c) servlet context(d) servlet filter

Answer» Right option is (d) servlet filter

The best explanation: Servlet has various components like container, config, context, filter. Servlet filter provides the dynamic interception of requests and responses to transform the information.


Discussion

No Comment Found

Related InterviewSolutions