difference between sendredirect,forward and url rewritting
Answer Posted / ravikiran
forward is a teqnique used to delegate the response to a new
resource and happens on the server side.And we cann't
forward a response to a resource residing on different machine.
Sendrediredt is the techinque used to delegate the response to
other webapplication,which may reside on different machine
as well.
Url rewriting is a technique used for session tracking when
the cookies are disabled,to transfer the session id back and
forth between the clent and the server
| Is This Answer Correct ? | 7 Yes | 2 No |
Post New Answer View All Answers
Is dispatcher servlet a singleton?
What are the different ways we can maintain state between requests?
How to generate the server side programming and the advantages of it over the other languages?
Describe some assignments that are executed by servlet container?
Should I override the service() method?
What are life cycle methods of a servlet?
How is the get () method different from the post() method?
How can we upload the file to the server using servlet?
What is the difference between context parameter and context attribute?
Explain the difference between servlet and cgi?
Whether thread can be used in servlets?
How to get the server information in a servlet?
What are different methods of session management in servlets?
What are the types of an http request?
What is a servlet?