Servlet Chaining? How do you do the Filtering in Servlets?
Answer Posted / manasa
More than one servlet involved in processing a request is
known as "servlet-chaining"
| Is This Answer Correct ? | 14 Yes | 3 No |
Post New Answer View All Answers
What is the GenericServlet class?
What is url encoding and url decoding
What is a cookie What is the difference between session and cookie
How will you pass values from HTML page to the servlet?
What exception should be thrown when servlet is not properly initialized?
What are different Authentication options available in Servlets.
What are the new features added to servlet 2.5?
Describe in brief RequestDespatcher?
What do you mean by request dispatcher in servlet? Also explain its methods.
Why servlet is used as controller ? Not JSP? I want complete explation?
Explain the concept of ssi ?
What is the need of session tracking in web application?
What is ServletConfig object?
Explain the role of dispatcherservlet and contextloaderlistener.
What is the directory structure of web application?