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 meant by proxy server
What is a gui in java?
What do you understand by connector?
you are to choose between two procedures,both of which copute the minimum value in an array of integers.one procedure returns the smallest integer if its array argument is empty. the other requires a nonempty array.which procedure should you choose and why?
Which is latest technology in java?
What is jaap?
How will you explain load() and get() methods?
What is a java applet?
What are the main components of multi-tier architecture?
Who gave the name java?
What do you understand by actionform?
What is java developer?
Explain connector architecture.
What are different modules in spring?
Is class a data type in java?