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

What is the use of RequestDispatcher in servlet?

Answer Posted / pramod p deore

RequestDispatcher is used to transfer the control to other
JSP or servlet.
RequestDispatcher rd= request.getRequestDispatcher
("result.jsp);
rd.forward (request, response);

Is This Answer Correct ?    9 Yes 6 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

Define context initialization parameters.

1094


How printwriter is different from servletoutputstream?

1068


How can a servlet be used to generate plain text instead of html?

1001


How can you create a session in servlet?

1214


What is webservlet?

1041


What do you mean by chaining in servlet?

1081


When a client request is sent to the servlet container, how does the container choose which servlet to invoke?

1082


How can you use a servlet to generate a plain text instead of html?

1181


How can you run a servlet program?

1141


What do you mean by mime type?

1016


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

1230


How to make sure a servlet is loaded at the application startup?

1090


What do you mean by url pattern in servlet?

1160


What is servlet name in web xml?

1044


Explain request dispatcher and its methods.

1062