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
List the Different types of servlet?
How many servlet objects are created?
Write a simple servlet program to print the contents of html.
What is the difference between Difference between doGet() and doPost()?
How do we share data using 'getservletcontext ()?
Why jsp is better than servlet?
Differentiate between the web server and application server?
What is http servlet? Explain with the help of an example.
Tell us something about servletconfig interface.
What are the ways to handle multi-threading in servlets?
How to get the IP address of client in servlet?
How can we include static files in the jsp page?
How servlet is created?
Why is httpservlet declared abstract?
How to get the server information in a servlet?