What is the use of RequestDispatcher in servlet?
Answer Posted / gani kumar
In creating the web componets we find a requirement to reuse the components in different combinations avoiding the code duplication and have a proper reponsibility divison.
To meet this requirement in servlet envirnoment that is support a servlet acess another web resource like another servlet in the application,java servlet intrduces request dispatcher
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
What are the differences between the servletconfig interface and the servletcontext interface?
Explain how does JSP handle run-time exceptions?
How can the referrer and the target urls be used in servlet?
How do we translate jsp?
What's the advantages using servlets than using cgi?
What are the different ways we can maintain state between requests?
Which exception is thrown if the servlet is not initialized properly?
List out difference between a JavaBean from a Servlet?
Hi frnd can i any one kindly can post for me portlet,hibernate and spring example application and with flow explantion configuration using Jdeveloper.and related links ar tutorials kindly please send me .its urgent for me .thanks in advance...........else can any one send to kondaiah.goddeti@gmail.com
How will you pass values from HTML page to the servlet?
What's the use of servletcontext?
What do you mean by cgi in servlet?
What is setattribute in servlet?
What is the effective way to make sure all the servlets are accessible only when user has a valid session?
Explain is servlet mapping?