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 two servlets communicate with each other?

Answers were Sorted based on User's Feedback



How two servlets communicate with each other?..

Answer / tulasi vani

Servlets communicate with each other with the help of
RequestDispatcher objects.

RequestDispatcher rd=getServletConfig().getNamedDispatcher
(...);

... name used to identify a servlet i.e. name given in the
web.xml in the url-pattern

Is This Answer Correct ?    17 Yes 1 No

How two servlets communicate with each other?..

Answer / devendra

Servlets can communiceate with the help of RequestDispacher.

RequestDispacher rd = getRequestDispacher("passing the 2nd servlet url");
rd.forward(rquest,response);

Is This Answer Correct ?    6 Yes 1 No

Post New Answer

More Servlets Interview Questions

Why do we have servlet listeners?

0 Answers  


How to run a servlet program?

7 Answers   Infosys,


What are the ways to handle multi-threading in servlets?

0 Answers  


How does java thread pool work?

0 Answers  


What is difference between jsp and servlet?

0 Answers  


What is the GenericServlet class?

0 Answers  


What is servlet configuration?

0 Answers  


Explain the working of service() method of a servlet.

0 Answers  


What is difference between Forward() and sendRedirect() methode?

14 Answers   Polaris,


What is the servlet?

0 Answers  


Whats the advantages using servlets over using CGI?

0 Answers  


What are the phases of the servlet life cycle?

0 Answers  


Categories