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...


How can you maintain servlet chaining?



How can you maintain servlet chaining?..

Answer / bikash khuntia

you can maintain servlet chaining by using:

1. RequestDispatcher
2. include

Step 1: Set the request

request.setAttribute(key,value);

Step 2: Implimanting of RequestDispatcher

RequestDispatcher rsd = getServletContext().
getRequestDispatcher("Servletname");

Step 3: Forward or include the request and response by

rsd.forward(request,response);

rsd.include(request,response);

Is This Answer Correct ?    2 Yes 3 No

Post New Answer

More Servlets Interview Questions

what is servlet life cycle?

3 Answers   Inforica,


What are the difference between RMI and Servlets?

0 Answers  


What is httpservlet and how it is different from genericservlet?

0 Answers  


How is a servlet implemented in code?

0 Answers  


What is the difference between ExecuteUpdate and ExecuteQuery?

4 Answers  


How do you pass the data from one servlet to another servlet?

11 Answers   HCL,


What are sessions in servlets?

0 Answers  


What is servlet api used for conneting database?

0 Answers  


can i call init() method in destroy() method of servlset. ?

5 Answers   IBM,


What is the difference between 2 types of servlets?

0 Answers  


What is HTTP Tunneling?

1 Answers   Wipro,


What is the major difference between servlet and applet?

0 Answers  


Categories