Answer Posted / sushila
while writing the sendRedirect, control is going back to
browser and browser is making request for target url. result
is not storing to any where, simply control is going to new
request. at that time parameter and argument is nullify.
so result is not available to new request. we can achieve
parameter values and arguments value through query stream.
basically sendRedirect is used for across the application
but within the same server.
| Is This Answer Correct ? | 1 Yes | 1 No |
Post New Answer View All Answers
Explain about serializable interface in java?
Explain java thread life cycle.
What are methods in java?
What is a key in java?
What does snprintf return?
What is file in java?
What is the difference between equals() and?
What is navigable map in java?
When the constructor of a class is invoked?
List the different types of classloaders in java.
Why do we need data structure in java?
What is bigger kb or mb?
What is difference between static class and singleton pattern?
Is it possible to cast an int value into a byte variable? What would happen if the value of int is larger than byte?
Why is singleton instance static?