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 do you pass the data from one servlet to another
servlet?

Answer Posted / tulasi vani

We can pass the data from one servlet to another using
RequestDispatcher object.


1.RequestDispatcher rd=getServletContext.getNamedDispatcher
("...");
rd.forward(request,response);

... means use the name of the url-patterns you have
specified for the servlet in web.xml.

Is This Answer Correct ?    34 Yes 15 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

How do we call one servlet from another servlet?

1096


How can we create deadlock situation in servlet?

1485


What is the inter-servlet communication?

1220


Which HTTP method is non-idempotent?

1183


What are advantages of servlets over cgi?

1158


how to link html file to sevlet file.one name is textbox,c&c++ is cheakbox,bc&mca is radio button and one submit buttonis ok why in this programme use in servelt file

2754


List out difference between a JavaBean from a Servlet?

1078


What is the procedure of invoking different servlet in a different application?

1059


Explain the difference between servletconfig and servletcontext in servlet?

1092


Define declaration.

1118


Describe servlet?

1091


What do you mean by session tracking and also explain its techniques?

1049


What are the types of protocols supported by httpservlet ?

1274


Write the code to get the server information in servlet.

1106


How servlet is created?

1310