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
How can we include static files in the jsp page?
What is difference between the HTTP Servlet and Generic Servlet? Explain about their methods and parameters?
Does servlet have main method?
Explain jsessionid?
Which event is fired at the time of setting, getting or removing attribute from application scope?
How do you run a servlet?
How httpservlet is different from the genericservlet?
What is MIME Type?
What is the main purpose of java servlets?
How can we refresh automatically when new data has entered the database?
What is the importance of init() method in Servlet ?
What do you mean by httpservlet and how it is different from the genericservlet?
How to upload a file to the server using servlet?
What is the capacity the doget can send to the server?
What is the GenericServlet class?