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
What is a session in web?
What is a output comment?
Show attributes of page directives.
Explain lifecycle methods.
How are custom tags in jsp created?
Can constructor be used instead of init(), to initialize servlet?
What are the types of directives in jsp?
how can i update the marque in jsp without changing the sourse code
Why do we use jstl tags?
How does a jsp function?
Can we implement an interface in a jsp?
Why use of scripting elements in jsp is discouraged?
Why session is used?
Can you explain what is jsp page life cycle?
What is error page in jsp?