What is difference between Forward() and sendRedirect()
methode?
Answer Posted / abilash
more over the above answers forward will carry the same
request to the new page.So we can get the values stored in
request.
while in sendRedirect it won't have the same request.
| Is This Answer Correct ? | 12 Yes | 2 No |
Post New Answer View All Answers
What’s the difference between sendredirect and forward methods
What is servlet invoker?
How do servlets work?
Given the request path below, which are context path, servlet path and path info?
Explain how does JSP handle run-time exceptions?
how to link html file to sevlet file.one name is textbox,c&c++ is cheakbox,bc&mca is radio button and one submit buttonis ok why in this programme use in servelt file
What are the life cycle methods of the servlet?
Explain the difference between a web server and a web container?
What is the use of welcome-file-list?
What is called Scriptlet?
When should you prefer to use doget() over dopost()?
What is the difference between the getrequestdispatcher(string path) method of javax.servlet.servletrequest interface and javax.servlet.servletcontext interface?
What is webservlet?
Whether thread can be used in servlets?
List the Different types of servlet?