Answer Posted / muralisankar
Using RequestDispatcher as follows,
RequestDispatcher rd =
getServletContext().getRequestDispatcher("test.jsp");
rd.forward(req,res);
| Is This Answer Correct ? | 3 Yes | 0 No |
Post New Answer View All Answers
What’s the difference between genericservlet and httpservlet?
When servlet is loaded?
What is the disadvantage of cookies?
What are the difference between RMI and Servlets?
What is the use of servlet context?
What is the
Which event is fired at the time of session creation and destroy?
What is http servlet? Explain with the help of an example.
How a servlet is unloaded?
Differentiate between the web server and application server?
What is servlet container?
Which is better jsp or servlet?
How servlet is created?
What are the kinds of http requests?
What are important features of Servlet 3?