Servlet Chaining? How do you do the Filtering in Servlets?
Answer Posted / pinkal
Servlet chaining is a technique in which two or more
servlets can cooperate in servicing a single request.
| Is This Answer Correct ? | 4 Yes | 1 No |
Post New Answer View All Answers
Is it possible to have a constructor inside the servlet?
What if we pass negative value in load-on-startup?
How the servlet is loaded?
Explain their methods? Tell me their parameter names also have you used threads in servlet?
Difference between forward() method and sendredirect() method ?
Which is the methods of generated servlet?
Name the different ways of session tracking.
How to create war file?
Explain the features are in servlet 3?
What is the type of method for sending request from http server?
Explain the steps involved in placing a servlet within a package?
How do I use cookies to store session state on the client?
What is cgi and what are its drawbacks?
The code in a finally clause will never fail to execute, right?
What is servlet and list its types?