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 jsp expression language and what are it’s benefits?
What is jsessionid?
Why taglib is used in jsp?
How to connect jsp and java file?
What is
What is called jsp directive?
What is jsp exception?
What are the advantages of jstl?
What is a declaration?
Can you disable jsp scripting?
What is the need of jsp?
When does a container initialize multiple jsp / servlet objects?
How can we forward the request from jsp page to the servlet?
How many jsp implicit objects are there?
What is difference between custom jsp tags and beans?