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 |
What is the ServletConfig() and what is its use?
What is servletconfig?
What are the differences between the servletconfig interface and the servletcontext interface?
What is cookie? Why is cookie used?
How can you use a servlet to generate a plain text instead of html?
What is the difference between get and post methods?
How to upload a file to the server using servlet?
What is the servlet?
Difference between jakarta tomcat and apache Tomcat?
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?
can v create a constructor 4 servlet?