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
When jsessionid is created?
What are the steps that are involved in using the httpservlet class?
Explain url encoding in servlet?
What is the difference between jsp and servlet life cycle?
What's the difference between authentication and authorization?
What are different Authentication options available in Servlets.
what is multiple server?
What is the disadvantage of cookies?
What is the difference between using getSession(true) and getSession(false) methods?
What do you mean by cgi and what are its drawbacks?
When servlet is loaded?
What is the use of welcome-file-list?
Why servlet is used as controller ? Not JSP? I want complete explation?
Which interface should be implemented by all servlets?
What’s the use of the servlet wrapper classes??