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

Servlet Chaining? How do you do the Filtering in Servlets?

Answer Posted / k d rana

when request come from browser ,container send request and response object as a parameter to servlet , now when 2 or more servlet use same request object, means we forward existing request and response object to next servlet using
******
requestDispatcher rs=req.getrequestDispatcher("url of next servlet");

rs.forward(req,resp);

*******
method ,and so on ,thus we make chain of servlet to resolve same request using same request object
this is know as servlet chaning..

Is This Answer Correct ?    3 Yes 1 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

Explain servlet.

1093


How we can get ip address of client in servlet?

1032


What is the type of method for sending request from http server?

1182


What are the functions of the servlet container?

1697


What is ServletContext object?

1161


What is a servlet?

1203


What are the servlet events?

1124


What are the differences between the servletconfig interface and the servletcontext interface?

1259


What is difference between GenericServlet and HttpServlet?

1286


Name the different ways of session tracking.

1082


In the servlets, we are having a web page that is invoking servlets ,username and password? which is checks in database? Suppose the second page also if we want to verify

1075


Are Servlets Thread Safe? How to achieve thread safety in servlets?

1028


What is the servlet?

1134


What is ServletConfig object?

1254


If a servlet is not properly initialized, what exception may be thrown?

1231