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
How to reverse a string in java?
How do you sing an Applet ?
What is java beans?
Which is faster call by value or call by reference?
What is the difference between method overriding and overloading?
What is the program development process?
Which way a developer should use for creating thread, i.e. Sub classing thread or implementing runnable.
What are the different ways to handle exceptions?
List out five keywords related to exception handling ?
what is object slice?
Is java a pure object oriented language?
Why unicode is important?
Can we initialize the final blank variable?
Do loops java?
How do you replace a string in java?