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
Why do we need servlet filter?
What are the advantages of Servlet over CGI?
What are the differences between servlet context vs servlet config?
What are the different session tracking techniques?
What is the directory structure of web application?
How can an existing session be invalidated?
Write a simple servlet program to print the contents of html.
What are the types of an http request?
What is the servlet?
Define declaration.
What is servlet and how it works?
What is cookie in servlet?
Difference between forward() method and sendredirect() method ?
What is session?
How do you define a servlet?