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
How will you print number in reverse (descending) order in BST.
What is data structure in java?
what do you mean by stream pipelining in java 8? Explain
Is singleton set an interval?
what do you mean by marker interface in java?
What is argument in java?
What is a void method java?
If an application has multiple classes in it, is it okay to have a main method in more than one class?
Explain java coding standards for methods?
What is variable in java?
What are the two ways of implementing multi-threading in java?
What is the covariant return type?
What is use of map in java?
What are the super most classes for all the streams?
What does system out println () do?