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 to pass JavaBeans data to JSP using Servlets?

Answer Posted / muralisankar

Using RequestDispatcher as follows,

RequestDispatcher rd =
getServletContext().getRequestDispatcher("test.jsp");
rd.forward(req,res);

Is This Answer Correct ?    3 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

List the Different types of servlet?

1093


How many servlet objects are created?

1117


Write a simple servlet program to print the contents of html.

1118


What is the difference between Difference between doGet() and doPost()?

1362


How do we share data using 'getservletcontext ()?

1096


Why jsp is better than servlet?

1078


Differentiate between the web server and application server?

1106


What is http servlet? Explain with the help of an example.

1115


Tell us something about servletconfig interface.

1053


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

1138


How to get the IP address of client in servlet?

1134


How can we include static files in the jsp page?

1116


How servlet is created?

1315


Why is httpservlet declared abstract?

1177


How to get the server information in a servlet?

1215