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
What is the need of servlet filters?
What is a servlet context?
What is Servlets and explain the advantages of Servlet life cycle?
Given the request path below, which are context path, servlet path and path info?
How to read request headers from servlets?
What is a web application and what is it’s directory structure?
Explains the differences between context.getrequestdispatcher() and request.getrequestdispatcher()?
What do you mean by httpservlet?
Why HttpServlet class is declared abstract?
Once the destroy() method is called by the container, will the servlet be immediately destroyed? What happens to the tasks(threads) that the servlet might be executing at that time?
What is the
What is the use of servlet wrapper classes?
Why is servlet used?
What are the steps that are involved in using the httpservlet class?
What is servlet and its life cycle?