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
How to configure init parameters for jsp?
Define Composition.
Explain the jsp implicit objects?
Can we define a class inside a jsp page?
Can we implement an interface in a jsp?
What program opens a jsp file?
How are cookies set in jsp?
Define scriptlet, expression and declaration in jsp?
What are the jsp standard actions?
How can I override the jspinit() and jspdestroy() methods within a jsp page?
What jsp lifecycle methods can be overridden?
Is the session object always created on the jsp page, is it possible to disable its creation?
difference betwwn 16 bit and 32 bit
How to send data from jsp to jsp?
Mention some important jsp action tags.