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
What is data object example?
How many bits is a double?
What happens if an exception is throws from an object's constructor?
What is the difference between pass by reference and pass by pointer?
What is the difference between form & report?
Difference between ‘>>’ and ‘>>>’ operators in java?
What is stringbuffer in java?
What is java in layman terms?
What is the use of 'super' keyword inside a constructor?
What is an empty list in java?
What is string english?
What is the difference between I ++ and ++ I in java?
What is the collections api?
What is bubble sort in java?
What is the purpose of void class?