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
What are the functions of the servlet container?
What is preinitialization of a servlet?
Is servlet a controller?
Which interface must be implemented by all servlets?
Explain session tracking and its importance?
what do you understand by url rewriting?
What is servlet in tomcat?
What is difference between get and post method?
What are the types of servlet?
Which exception is thrown if the servlet is not initialized properly?
How native code can be used in a servlet?
How is the get () method different from the post() method?
What is the difference between forward () and sendredirect () functions in servlet? Explain
What do you mean by url pattern in servlet?
What is servlet and how it works?