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 |
Define context initialization parameters.
What are the key methods that are involved in processing of http servlets?
What is servlet in web technology?
What methodology can be followed to store more number of objects in a remote server?
How we can get ip address of client in servlet?
Which method is called when reference variable is passed in system.net?
What's the use of servletcontext?
Is that servlet is pure java object or not?
What are the types of servlets? Explain
What are the types of servlet?
Explain load on start-up and its importance?
Write a command to get actual path of a servlet to the server?