Answer Posted / amit ghosh
its simple... use request diapatcher
RequestDispatcher rd = request.getRequestDispatch("url?
newparam=newvalue");
rd.forward(request, response);
| Is This Answer Correct ? | 9 Yes | 2 No |
Post New Answer View All Answers
Is java servlet still used?
What is the type of method for sending request from http server?
What are the difference between RMI and Servlets?
Which method is called when reference variable is passed in system.net?
What exactly are the functions of servlet?
What is ServletConfig object?
What is called a session?
What is the use of send redirect () method?
Which application server is best for java?
How would you create deadlock on your servlet?
Explain is servlet mapping?
Explain servlet.
Explain the difference between a web server and a web container?
What is the need of session tracking in web application?
How do I support both get and post from the same servlet?