What is filter? Can filter be used as request or response?



What is filter? Can filter be used as request or response?..

Answer / mahesh

A filter is a reusable piece of code that can transform the
content of HTTP requests,responses, and header information.
Filters do not generally create a response or respond to a
request as servlets do, rather they modify or adapt the
requests for a resource, and modify or adapt responses from
a resource.

Is This Answer Correct ?    10 Yes 1 No

Post New Answer

More Servlets Interview Questions

What is http servlet?

0 Answers  


What is the type of method for sending request from http server?

0 Answers  


can i modify the data which are generated by the servlet

4 Answers  


Hi Friends, Suppose you have a web appliction which consists of 100 clients are connected with Connection pooling and they are associated with 100 connection objcet and connected with DB sever,Due some problem DB-Server suddenly crashed and server came to down state for a while after few minutes DB-server once again up,Now how will I manage my Pool Management with my 100 clients...can any one tell me??????????????????

3 Answers   ProgressSoft,


What is servlet mapping?

0 Answers  






Difference between web container & web server........... Difference between web server & application server?????????

8 Answers   TCS,


What is the difference between an applet and a servlet?

15 Answers   GCEW, Miracle Solutions,


Explain the steps involved in placing a servlet within a package?

0 Answers  


please give url to get orinal software for I-net crystal clear java report tools?

0 Answers  


My Question is that i am using <image> tag in my servlet and after compilation after that calling by url in my browser then images are not showing. Sometime images are showing and sometime is not showing. I am using Tomcat to run my servlets. Tell me if there any specification for image in servlets or what is solution for this ??

2 Answers  


How can a servlet be used to generate plain text instead of html?

0 Answers  


What is the difference between the servlets and cgi programs?

0 Answers  


Categories