Golgappa.net | Golgappa.org | BagIndia.net | BodyIndia.Com | CabIndia.net | CarsBikes.net | CarsBikes.org | CashIndia.net | ConsumerIndia.net | CookingIndia.net | DataIndia.net | DealIndia.net | EmailIndia.net | FirstTablet.com | FirstTourist.com | ForsaleIndia.net | IndiaBody.Com | IndiaCab.net | IndiaCash.net | IndiaModel.net | KidForum.net | OfficeIndia.net | PaysIndia.com | RestaurantIndia.net | RestaurantsIndia.net | SaleForum.net | SellForum.net | SoldIndia.com | StarIndia.net | TomatoCab.com | TomatoCabs.com | TownIndia.com
Interested to Buy Any Domain ? << Click Here >> for more details...


Explain Servlet Chaining ?

Answers were Sorted based on User's Feedback



Explain Servlet Chaining ?..

Answer / 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

Explain Servlet Chaining ?..

Answer / keshav

servlet chaining is also called as servlet to servlet communication. we apply chaining in following two ways.
1.when we devide one servlet logic into multiple servlets.
2.when we want to include one servlet response into another servlet.

Is This Answer Correct ?    1 Yes 0 No

Post New Answer

More Servlets Interview Questions

how the jsp page can be regenerated?

2 Answers   HCL,


What is the difference between forward () and sendredirect () functions in servlet? Explain

0 Answers  


What is cookie in servlet?

0 Answers  


Explain servlet.

0 Answers  


What do you mean by cgi and what are its drawbacks?

0 Answers  


Why setMaxAge() and getMaxAge() methods are used in Cookies?

2 Answers  


Why is servlet used?

0 Answers  


How the typical servlet code look like ?

0 Answers  


Why session tracking is needed?

0 Answers  


What's the use of servletcontext?

0 Answers  


Is servlet synchronized?

0 Answers  


How to deal with multi-valued parameters in a servlet?

2 Answers  


Categories