What is the difference between sendRedirect() and forward()?
in what situations do we have to use send redirect()
instead of forward().
Answer Posted / senthilraj
Using thse methods we can redirect one page to another page.
Using the sendReirect() we can connect any URL from
outide the web application.
Using forward() we can connect URL only within
the application.
| Is This Answer Correct ? | 3 Yes | 0 No |
Post New Answer View All Answers
What is j2ee product?
What is tomcat in j2ee?
I Want build and release interview questions
What is the difference between java and core java?
Explain jta, jndi, and jms.
What is java technology stack?
What is japplet in java?
What is a java application server?
What is ebxml?
What type of code is java?
What is fatal error?
What are j2ee concepts?
What is java api for xml processing (jaxp)?
What is java ee server?
What is java listener?