What is the difference between <jsp:forward> and
sendRedirect?
Answer Posted / jahir hussain.s
When you invoke a forward request, the request is sent to another resource on the server, without the client being informed that a different resource is going to process the request. This process invoke a forward request, the request is sent to another resource on the server, without the client being informed that a different resource is going to process the request. This process occurs completly
| Is This Answer Correct ? | 1 Yes | 0 No |
Post New Answer View All Answers
What are the features of jsp?
How can I prevent the use of scripts and java code on the jsp page?
Define Static Block.
Which of the following action variable is used to include a file in jsp?
Can we implement an interface in a jsp?
What is application scope in jsp?
What is action tag in jsp?
What is the
What is jsp action tags?
What is out println in jsp?
Why use of scripting elements in jsp is discouraged?
What is < jsp:forward> tag for?
What are the literals used in jsp?
What is full form of jsp?
What are request and response objects?