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 filterI have been asked this question during an interview.I would like to ask this question from Servlet in division Java Server Technologies & Servlet of Java

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