What is the difference between <jsp:forward> and
sendRedirect?
Answer Posted / raghu
Send redirect will happen on client side & request, response
will be newly created, for forward action it is server side
action & request and response is passesd & not modified or
destoyed
| Is This Answer Correct ? | 4 Yes | 0 No |
Post New Answer View All Answers
What is meant by implicit objects and what are they?
Which is mandatory in tag in jsp?
Can we override jsp service method?
What is client scripting?
Explain the various scope values for tag.
What information is needed to create a tcp socket?
What is scriptlet tag?
What is a jsp page?
How can we avoid direct access of jsp pages from client browser?
What is a declaration statement?
How can we extend jsp technology?
Which is better jsp or javascript?
Why use of scripting elements in jsp is discouraged?
What are the main tags in jsp?
Write a simple example for the clone() method.