what is difference between redirect and forward method?
Answer Posted / javahelper
forward() is for sending the data between two applications
in same server only,but sendRedirect() is for sending the
data between two applications between two servers also,
one more different is in forward() mechanism one
request,one response objects will be create but in
sendRedirect() mechanism two request and two response
objects will be create.
| Is This Answer Correct ? | 1 Yes | 0 No |
Post New Answer View All Answers
Which tag is used to execute java source code in jsp?
Why don’t we need to configure jsp standard tags in web.xml?
What is jsp and its uses?
What is jsp index?
What is the jspdestroy() method?
Mention the various implicit objects used in the expression
How do I mix jsp and ssi #include?
Which implicit object is not available in normal jsp pages?
How do you prevent the creation of a session in a jsp page and why? What is the difference between include directive & jsp:include action?
Can we use jstl in html?
what are the tools used in your project , How to ask the answer this question
Which package does jsp api consist of?
Can you use javascript in jsp?
What are the different life-cycle methods?
Explain client and server side validation?