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
Explain the servlet context.
What are the supporting protocol by HttpServlet ?
hi actully i hav form columns with origin and destination names .as like as i need to create one more column with name amount. my requirement is when i select origin and destination columns automatically i need to get amount from database.how can i. please tel me with relative code
How can we achieve transport layer security for our web application?
What is servlet interface?
Is servlet a server side scripting language?
How can we implement a jsp page?
How the servlet is loaded?
Can we use the constructor, instead of init(), to initialize servlet?
Should I override the service() method?
Explain their methods? Tell me their parameter names also have you used threads in servlet?
What do you mean by chaining in servlet?
How to get the actual path of servlet in server?
What methods do you use in servlet - applet communication?
What are advantages of servlets over cgi?