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
Why servlet is mostly used?
explain the advantages of servlet life cycle?
What is servlet api used for conneting database?
How forward () method is different from send redirect () method?
What is URL Encoding?
How to generate the server side programming and the advantages of it over the other languages?
How do we go with database connection and log4j integration in servlet?
What is the use of attribute in servlets?
Which interface must be implemented by all servlets?
What is the main purpose of java servlets?
Explain the different ways for servlet authentication?
What are the functions of Servlet container?
How can you create a session in servlet?
Difference between forward() method and sendredirect() method ?
List out difference between a JavaBean from a Servlet?