What is the use of RequestDispatcher in servlet?
Answer Posted / srikanth
While developing complex web applications you need distribute request processing and response to multiple servlets in this case you need dispatch request from one component to another
| Is This Answer Correct ? | 1 Yes | 0 No |
Post New Answer View All Answers
What is MIME Type?
What are the different methods of session management in servlets?
How servlets are deployed in java?
Explain url encoding in servlet?
Can you create a deadlock condition on a servlet?
Explain the differences between jsp and servlet.
Why the container loads server at the application startup and how?
What is the requirement of servlet config and servlet context implemented and how are they implemented?
What is the use of request dispatcher interface?
Can we use threads in Servlets?
What is the directory structure of a war file?
What is servlet and its advantages?
What are the types of protocols supported by httpservlet ?
Which are the different ways you can communicate between servlets?
Explain the working of service() method of a servlet.