what is difference between redirect and forward method?
Answer Posted / v.kannan
In sendRedirect Each and Every time new Client side Object
will Create.Changes will be updated in request Pages.
Session Object will not alive.
In sendRedirect we can transfer the control(request) from
one webserver(welogic) to another one webserver(Jboss).
It's not possible in jsp:forward
| Is This Answer Correct ? | 8 Yes | 19 No |
Post New Answer View All Answers
Which syntax is used to comment jsp?
How is scripting disabled?
How do I include static files within a jsp page?
Write a simple example for the clone() method.
What jsp lifecycle methods can I override?
What is jstl (jsp standard tag library)?
What is the resourcebundle class in jsp?
Can a jsp page process html form data?
Can I use javascript on jsp page?
What is meant by implicit objects and what are they?
What is directive jsp?
Can we use javascript in jsp?
Can we override the jspinit(), _jspservice() and jspdestroy() methods?
Why is it that JComponent have add() and remove() methods but Component doesn’t?
Give the use of session object.