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 difference between encodeRedirectUrl and encodeURL?
What are the different methods involved in generic servlet?
What are all the ways for session tracking?
What is servlet in web technology?
Is servlet a server side scripting language?
What is meant by session? Tell me something about httpsession class?
Which application server is best for java?
What are the new features added to servlet 2.5?
What are the uses of servlet and what is servlet chaining?
Which HTTP method is non-idempotent?
Which event is fired at the time of session creation and destroy?
When is the servlet instance created in the life cycle of servlet? What is the importance of configuring a servlet?
why we should override only no-agrs init() method.
how to link html file to sevlet file.one name is textbox,c&c++ is cheakbox,bc&mca is radio button and one submit buttonis ok why in this programme use in servelt file
What exactly are the functions of servlet?