Answer Posted / guest
servlet chaining is a technique in which two or more
servlets can cooperate in servicing a single request.
in servlet chaining,one servlet's output is piped to the
next servlet's input.This process continues until the last
servlet is reached.It's output is then sent back to the
client.
| Is This Answer Correct ? | 18 Yes | 0 No |
Post New Answer View All Answers
Is tomcat a servlet container?
What is called servlet mapping?
What is the use of httpservletrequestwrapper?
How the typical servlet code look like ?
What are the ways to handle multi-threading in servlets?
Whether thread can be used in servlets?
Explain the difference between generic servlet and http servlet?
How would you create deadlock on your servlet?
Explain the war file?
What is servlet attributes and their scope?
What is the difference between genericservlet and httpservlet
Can servlet have a constructor ?
What is the type of method for sending request from http server?
Why do we have servlet wrapper classes?
What are the types of servlets? Explain