difference between forward and sendredirect
Answer Posted / ravikiran
forward will happen in the server side,and send redirect
will happen in the client's browser...,and with forward we
can forward with in the same web application,and with send
redirect we can transfer the flow to a different web application
| Is This Answer Correct ? | 5 Yes | 3 No |
Post New Answer View All Answers
Why are servlets used?
What is the difference between servlet and filter?
What is meant by session? Tell me something about httpsession class?
When to use doget() and when dopost()?
What are the steps that are required to handle the multi-threading?
I Have A Plan to develop a Project in Struts,I want the template of struts project with Hibernate.Canany body provide me the required information?
What are the uses of servlets?
Which interface should be implemented by all servlets?
Why filter is used in servlet?
What are the differences between the servletconfig interface and the servletcontext interface?
What is a deployment descriptor?
What is a cookie What is the difference between session and cookie
What if we pass negative value in load-on-startup?
What do you mean by the servlet chaining?
What is a servlet engine?