What is the difference between sendRedirect() and forward()?
in what situations do we have to use send redirect()
instead of forward().
Answer Posted / sateesh.b
sendRedirect() can be used to send a request with in the
server or in other server.
forward() can be used to send request in the same server.
| Is This Answer Correct ? | 8 Yes | 14 No |
Post New Answer View All Answers
What is j2ee application model?
How to create object without using the keyword “new” in java?
What is j2ee product?
What is sandbox in java?
What is authorization?
Is string a primitive data type in java?
Which server is best for java?
What is form-based authentication?
Why is java more secure?
What should a junior java developer know?
What is java web technologies?
What is group?
Who is java developer?
What are the advantages of object-relational mapping (orm)?
What is setbounds in java?