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
Is visual studio good for java?
What is client-certificate authentication?
Is eclipse written in java?
What is the difference between java and j2ee?
Why java is interpreted language?
What are the components of the java platform?
What is java gui?
What is document root?
What is pure java?
Is j2ee a programming language?
How do you make a class immutable in java?
What are j2ee components?
What is cascade delete?
What is the J2EE module?
Why java is a platform?