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 need of jsp?
Which jsp methods can be overridden?
What are the implicit objects in jsp?
What is the
Can you disable the caching on the back button of a particular browser?
When will container initialize multiple jsp/servlet objects?
What is jsp net?
How can you make the finally clause not to fail to execute?
What is jsp processing?
What is the differences between the jsp custom tags and java beans?
Why is it not recommended to use script elements in jsp?
write a program in javasacript to shake the window
What is jsp and how it works?
When does a container initialize multiple jsp / servlet objects?
Can we call destroy method inside init method?