difference between sendredirect,forward and url rewritting
Answer Posted / ravikiran.chd
sendRedirect will happen on the client side,forward will
happen on the server side,url rewriting will happen by the
browser to do session tracking when the cookies are disabled
by calling response.encodeURL(/abc) or
reponse.encodeRedirectURL(/abc)
| Is This Answer Correct ? | 0 Yes | 2 No |
Post New Answer View All Answers
Is servlet synchronized?
Which event is fired at the time of project deployment and undeployment?
how the HTML data stored in web server?
What's the advantages using servlets than using cgi?
What is the inter-servlet communication?
How printwriter is different from servletoutputstream?
How do we go with database connection and log4j integration in servlet?
What is the difference between a generic servlet and http servlet?
What is a servlet?
why we should override only no-agrs init() method.
How a servlet is unloaded?
When jsessionid is created?
Explain their methods? Tell me their parameter names also have you used threads in servlet?
Explain mvc pattern.
What is the difference between 2 types of servlets?