How many ways are available to ger RequestDispatcher object?
Answer Posted / venkat
there are two ways.
RequestDispatcher rd=req.getRequestDispatcher("\a.jsp");
RequestDispatcher rd=sc.getRequestDispatcher("\a.jsp");
| Is This Answer Correct ? | 3 Yes | 0 No |
Post New Answer View All Answers
What is the use of servlet context?
Describe the phases of servlet lifecycle?
What's the use of servletcontext?
How do we call one servlet from another servlet?
What are the life cycle methods of the servlet?
What do you mean by cgi?
Explain the custom jsp tags and the beans.
What do you mean by servlet context?
What is a servlet-to-servlet communcation?
What is servlet in tomcat?
what is servlet chaining?
What is meant by servlet? What are the parameters of the service method?
Why servlet is faster than jsp?
How will two or three servlets interact or communicate with each other?
What are the features added in Servlet 2.5?