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
Which is the best approach for creating thread ?
Difference between ‘>>’ and ‘>>>’ operators in java?
Why is stringbuffer thread safe?
What is the map interface in java programming?
Explain creating threads by extending thread class ?
What are the differences between forwarding () method and sendredirect() methods?
Is string is a class in java?
What is boolean example?
What is Enum in Java?
What is java’s garbage collected heap?
Can you run java program without main method?
How does hashset works in java?
How many bits is a string?
What are Normalization Rules? Define Normalization?
What is a dynamic array in java?