What is the difference between <jsp:forward> and
sendRedirect?
Answer Posted / harish
Using <jsp:forward> you can forward the request and
response object to the concern URL. Where as in
sendRedirect, it will not carry the request and response
object details.
| Is This Answer Correct ? | 7 Yes | 1 No |
Post New Answer View All Answers
Which one is correct order of phases in jsp life cycle?
What is application in jsp?
How can information from one JSP be passed to another JSP?
How are jsp(java server pages) better than asp(active server pages)?
What is iselignored in jsp?
Explain the difference between jspwriter and servlet printwriter in jsp?
In the servlet 2.4 specification singlethreadmodel has been deprecated, why?
How do we print “
creates a new line in html” in jsp?
What is a tag file?
Which jsp methods can be overridden?
What is an expression language?
Which implicit object is not available in normal jsp pages?
What is the need for jsp?
Explain the jspdestroy() method?
What are the implicit objects in jsp?