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 directory structure of a war file?
How native code can be used in a servlet?
What is MIME Type?
How the JSP file will be executed on the Server side?
What is the difference between Server and Container?
What do you mean by mime type?
What are the different mode that servlets can be used?
What is http servlet? Explain with the help of an example.
Explain url encoding?
Which java framework is most popular?
What is Client-Server Computing?
Write a hello world program using servlets.
Why is init() method is used in servlets?
Who is responsible to create the object of servlet?
what is servlet chaining?