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
Write the code to get the server information in servlet.
Which event is fired at the time of session creation and destroy?
How do cookies work in servlets?
What is servlet in web technology?
What are the objects involved when a servlet receives a call from client?
When using servlets to build the HTML, you build a DOCTYPE line, why do you do that?
Explain jsessionid?
What is meant by servlet? What are the parameters of the service method?
What is load-on-startup in servlet?
Explain the servlet context.
Elucidate servlet attributes and its scope?
What is servlet and how it works?
What are the different methods involved in generic servlet?
How to get the path of servlet in the server?
Define declaration.