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 filter be used as request or response?
What is webservlet?
What is the life cycle of a servlet?
What is called Scriptlet?
Explain in brief the directory structure of a web application?
What are the steps involved in placing a servlet within a package?
How can you use a servlet to generate a plain text instead of html?
When servlet object is created?
What is the GenericServlet class?
Whether thread can be used in servlets?
How printwriter is different from servletoutputstream?
What are important features of Servlet 3?
What are the disadvantages of storing session state in cookies?
Difference between GET and POST?
How can the referrer and the target urls be used in servlet?