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
What is the use of request dispatcher interface?
Explain the architechure of a servlet?
What are the life cycle methods of a servlet?
Difference between java beans & servlets?
What is a java servlet?
How to get the IP address of client in servlet?
What are the features added in Servlet 2.5?
Is dispatcher servlet a singleton?
How is an application exception handling is done using a servlet?
What are the differences between the servletconfig interface and the servletcontext interface?
Which event is fired at the time of setting, getting or removing attribute from application scope?
What is url encoding and url decoding
Is servlet a server side scripting language?
Which HTTP method is non-idempotent?
When jsessionid is created?