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?

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



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What is url encoding and url decoding

1233


Which httpsession object is used to view and manipulate information about a session?

1230


What is the difference between the getrequestdispatcher(string path) method of javax.servlet.servletrequest interface and javax.servlet.servletcontext interface?

1089


Can you use javascript in servlets?

1128


What do you mean by scope object and what are its types?

1126


What’s the difference between genericservlet and httpservlet?

1195


How do cookies work in servlets?

1108


Which protocol will be used by browser and servlet to communicate

1108


Tell the new features added in servletrequest interface i.e. Servlet 2.4

1227


Is it good idea to create servlet constructor?

1300


What is called a session?

1229


Write a hello world program using servlets.

1125


What do you mean by interservlet communication?

1123


What is the difference between jsp and servlet life cycle?

1286


Explain web application directory arrangement?

1144