Answer Posted / jasjit singh
This is a client side reDirect.When a sendRedirect method
is invoked, it causes the web container to return to the
browser indicating that a new URL should be requested.
Because the browser issues a completely new request any
object that are stored as request attributes before the
redirect occurs will be lost.
| Is This Answer Correct ? | 1 Yes | 1 No |
Post New Answer View All Answers
What environment variables are required to be set on a machine in order to run Java programs?
How will you communicate between two applets?
How does a cookie work in Servlets?
Explain different forms of polymorphism?
What class allows you to read objects directly from a stream in java programming?
What do you mean by data type?
Which java version is latest?
How to split a string in java?
Why is a constant variable important?
What do you mean by compiler?
What is stack class in java?
What is an class?
What are different access specifiers in java?
What is the purpose of sizeof operator?
What is keyword auto for?