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
Explain the difference between abstraction and encapsulation.
What is temp in java?
What is unmodifiable list in java?
What is a constructor overloading in java?
What is a text string?
Explain exception chaining in java?
What do you mean by inner class in java?
what is enumset?
Describe string intern() methodology
How many types of interfaces are there?
How does java pattern compile work?
Can we override constructors in java?
Why is it important to initialize a variable?
Can we declare the static variables and methods in an abstract class?
Is it necessary that each try block must be followed by a catch block?