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 difference between redirect and forward method?

Answer Posted / sayed2010

Forward:
1-It takes place internally by the servlet(Server side
operation.
2-The browser is completely unaware that it has taken place.
3-The original request remains unchanged.
4-A browser reload of the resulting page will simply repeat
the original url and the original request.

Redirect:
1-Is a two step process.
2- 1st step-> is that the browser is instructed to fetch a
new url differs from the original url.
3-It require two browser requests.
Object placed in the first request will not be available to
the second request.

Is This Answer Correct ?    2 Yes 1 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

Is there a way I can set the inactivity lease period on a per-session basis?

903


What is response sendredirect?

958


How can we use beans in jsp?

1053


Explain JSP Output comments?

1022


What is jsp standard tag library, provide some example usage?

948


Where do I create jsp in eclipse?

971


What do you know about jsp expression language (jsp expression language – el)?

978


What are the implicit el objects in jsp?

1093


What are the life-cycle methods for a jsp?

1005


Explain lifecycle methods.

1074


How do I use sendredirect?

993


What is auto-flush attribute?

1074


What are directives? What are the different types of directives available in jsp?

932


Explain client and server side validation?

958


What is the use of jsp and servlet?

937