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
Can a jsp be called using a servlet?
What's the advantages using servlets than using cgi?
How to upload a file to the server using servlet?
What is the main purpose of java servlets?
What is the procedure of invoking different servlet in a different application?
Explain the difference between a web server and a web container?
What is servlet and its use?
Why do we need a constructor in a servlet if we use the init method?
Which HTTP method is non-idempotent?
What are the differences between forward() method and sendredirect() methods?
Explain the architechure of a servlet?
What do you mean by chaining in servlet?
Explain is servlet mapping?
What are the life cycle methods of a servlet?
What are the different types of servlets?