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 classloaders?
What is set in java?
What is try-with-resources in java?
What are adapter classes?
How to find the index of the largest number in an arraylist java?
Does java set allow duplicates?
How do you make a thread in java?
What are anonymous inner classes?
What is ternary operator?
What is the tradeoff between using an unordered array versus an ordered array?
What is the size of int?
Write a program based on Java script program.
What is hashing principle in java?
What is the syntax and characteristics of a lambda expression? Explain
Is zero a positive integer?