What is difference between Forward() and sendRedirect()
methode?
Answer Posted / raghunath bj
Jsp forward will be used to send some sort of response to
any webresource (it can be a servlet or a jsp) and
sendRedirect will be used in the case of response to be
sent to the next view or Jsp.
| Is This Answer Correct ? | 2 Yes | 1 No |
Post New Answer View All Answers
When jsessionid is created?
Explain Action Servlet?
What is servlet and its advantages?
What is the use of attribute in servlets?
What is the structure of the http response
Explain the different ways for servlet authentication?
What is servlet used for?
When to use doget() and when dopost()?
Which method of the httpservletrequest object is used?
What is the effective way to make sure all the servlets are accessible only when user has a valid session?
What is SingleThreadModel interface?
What is the functionality of actionservlet and requestprocessor?
what do you understand by url rewriting?
The code in a finally clause will never fail to execute, right?
How to create war file?