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
What are different exception types exceptions available in java ?
What is the use of a conditional inclusion statement in Java ?
Can you declare the main method as final?
What is class and its types?
Difference between vector and arraylist.
What if constructor is protected in java?
What does method mean?
Is null a string or object in java?
What is tcp ip in java?
What is bufferedreader in java?
What is a qms manual?
Is java programming easy?
how to handle exceptions in ejb?
How to make a non daemon thread as daemon?
What are singleton services?