what is sendredirect?

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


Please Help Members By Posting Answers For Below Questions

Is alive method in java?

504


Is string an object?

649


How are variables stored?

531


Explain about method local inner classes or local inner classes in java?

569


What is queue in java?

552






What is sizeof in java?

555


What is the meaning of variables in research?

528


What is double data type?

537


What is class forname?

544


What are nested classes in java?

600


What is instance means in java?

562


What is the difference between form & report?

588


Can an interface be defined inside a class?

517


Can we overload the methods by making them static?

500


Can we declare a class as abstract without having any abstract method?

551