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 Forward() and sendRedirect()
methode?

Answer Posted / venkat

forward() method send source prg to target web resource prg
in same web application.and use source and target web
resource prg are use same req,res objects so will use data
in target web resource prg.

rd.forward(req,res)

sendRedirect() method send source web resource prg to target
web resource prg in same webapplication or two different web
applications in same server or different servers.and this
method will not use same req,res objects so if you want to
send data source to target web resource prg use query
string.

r.sendRedirect("srv2"?a=10);

Is This Answer Correct ?    0 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

Explain servlet life cycle?

1184


What is lazy loading and what is Generic Servlet Class?

1127


List the Different types of servlet?

1090


Is servlet a framework?

1089


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

1221


What is servlet and its life cycle?

1163


What is the major difference between context parameter and context attribute?

1163


Explain the servlet context.

1205


What mechanisms are used by a Servlet Container to maintain session information?

1213


What is java servlet session?

1021


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

1059


What is the element?

1095


What is the difference between 2 types of servlets?

1193


Differentiate between get and post?

1207


What is servlet invoker?

1083