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 are the difference between session and cookies in servlet? Explain
What do you understand by mime type?
Explain servlet life cycle?
Which java application server is the best?
What are the life cycle methods of the servlet?
What is meant by a web application
What are the phases of the servlet life cycle?
Why don't we write a constructor in a servlet?
What is the difference between the include() and forward() methods?
What are the life cycle methods of a servlet?
Can we refresh servlet in client and server side automatically?
How can you run a servlet program?
Explain the architechure of a servlet?
What's the difference between authentication and authorization?
What do you mean by filter in servlet?