what is sendredirect?

Answer Posted / mekala devi pollachi

we can use this sendredirect in servlets here session values
are passed to jsp pages

jsp-->servlet(sendredirct)-->jsp

example:
choice = "chioiceName";
String url = "Home.do" + "?choice=" + choice;
response.sendRedirect(url);

Is This Answer Correct ?    0 Yes 2 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What are default methods ?

579


What is the purpose of abstract class?

521


Is alive in java?

505


Why string is immutable with example?

526


What data structures are used to perform recursion?

604






What is the final access modifier in java?

617


23. Storage space in java is of the form Stack Queue Heap List 24. What is java code embedded in a web page known as Applets Servlets scriptlets snippets 25. Which of the following attributes are compulsory with an tag?. code,height & width. 26. What does 'CODEBASE' in an applet tag specify?. Files absolute path.

2056


What is the difference between the ">>" and " >>>" operators in java?

506


What is the name of the java compiler?

524


What is definition and declaration?

525


Explain throw keyword in java?

611


What is object of class in java?

598


What is the purpose of methodology?

639


What is the synchronized method modifier?

592


What are methods and how are they defined?

603