What are the functions of an intercepting filter?



What are the functions of an intercepting filter?..

Answer / Tarun Chauhan

An intercepting filter can perform various functions such as authentication, authorization, logging, compression, and transformation of incoming or outgoing HTTP requests and responses. Filters run before or after a Servlet is called, giving them the ability to manipulate the Servlet request and response objects.

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More Servlets Interview Questions

What is the ServletConfig() and what is its use?

4 Answers   Google,


What is servletconfig?

1 Answers  


What are the differences between the servletconfig interface and the servletcontext interface?

1 Answers  


What is cookie? Why is cookie used?

1 Answers  


How can you use a servlet to generate a plain text instead of html?

1 Answers  


What is the difference between get and post methods?

1 Answers  


How to upload a file to the server using servlet?

1 Answers  


What is the servlet?

1 Answers  


Difference between jakarta tomcat and apache Tomcat?

4 Answers   IBM,


How to make servlet thread safe?

9 Answers   Frisco Tech, InfoVista, WipSys Technologies,


How do you get the ip address of the client in servlet?

1 Answers  


can v create a constructor 4 servlet?

7 Answers   Satyam,


Categories