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 is the jsp:getproperty action?
Which language is used to write servlets and jsp?
Differentiate between jsp scriptlet tag and declaration tag.
What is asp and jsp?
What are the steps involved in reading data from a form using jsp?
What is
How do I view a jsp file?
What is application in jsp?
What are the directives in jsp?
What is jsp technology?
What are the events in jsp page?
What is the need for jsp?
How do we configure init params for jsp?
What is a hidden comment in jsp?
What are custom tags in jsp?