Servlet Chaining? How do you do the Filtering in Servlets?
Answer Posted / kishore m
Filters have the same name with the servlet name .in this
way we have to mention in deployment discripter i.e.web.xml
in application.In this filters are enabled by calling the
servlet.actually filters placed in b/w the client and
server.
| Is This Answer Correct ? | 5 Yes | 4 No |
Post New Answer View All Answers
What is war file?
Explain web container.
what is multiple server?
What exactly are the functions of servlet?
What exactly is a servlet?
What is cookie in servlet?
List out the difference between ServletConfig and ServletContext?
How do you design microservices?
What are the key methods that are involved in processing of http servlets?
Explain session tracking and its importance?
How to get ip address in jsp login page and how to validate like 127.1.0.1 all should not be greater than 255
Who is responsible to create the object of servlet?
Explain the difference between get and post method in servlet?
When to use doget() and when dopost()?
What is Request Dispatcher?