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 are the different ways of creating thread?
What is object class in java?
What is prefix of a string?
Can we define constructor in inner class?
How many threads can java run?
How to restrict a member of a class from inheriting by its sub classes?
How can the checkbox class be used to create a radio button?
What are the three types of design patterns?
how we can use debug in myeclipse 6.0 in order solve the problems that exist in our program when there are 900 to 1000 pages in a web application
What happens if we don’t define serial version uid?
What is the generic function?
Is static a singleton?
What do you mean by platform independence?
Is 0 a prime number?
What are the various access specifiers in java?