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 GenericServlet class?
What do you mean by web applications? Explain web application directory arrangement?
What exactly are the functions of servlet?
What is the difference between the include() and forward() methods?
Write a program to show the functionality of doget and dopost method?
What are common tasks performed by Servlet Container?
What do you mean by interservlet communication?
What's the advantages using servlets than using cgi?
What is the use of welcome-file-list?
List out difference between a JavaBean from a Servlet?
What are the supporting protocol by HttpServlet ?
Explain request dispatcher and its methods.
What is servlet interface?
Which protocol will be used by browser and servlet to communicate
What is Servlets and explain the advantages of Servlet life cycle?