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 is the effective way to make sure all the servlets are accessible only when user has a valid session?
What is servletconfig?
Can we use threads in Servlets?
What is the need of session tracking in web application?
How can we refresh automatically when new data has entered the database?
What are advantages of servlets over cgi?
Explain web container.
What do you mean by deployment descriptor?
what do you understand by url rewriting?
Which HTTP method is non-idempotent?
What is servlet and its types?
What is servlet in simple terms?
What are the jobs performed by servlets?
How can the session in servlet be destroyed?
List the Different types of servlet?