What is the use of RequestDispatcher in servlet?
Answer Posted / ravikiran
request dispatcher will forward or include the response to
the output stream
| Is This Answer Correct ? | 8 Yes | 23 No |
Post New Answer View All Answers
What exactly is a servlet?
Write the code to get the server information in servlet.
Explain is servlet mapping?
Explain the working of service() method of a servlet.
What are the uses of servlet and what is servlet chaining?
How can a servlet be used to generate plain text instead of html?
How the typical servlet code look like ?
Describe in brief RequestDespatcher?
What is ServletContext object?
Explain url encoding in servlet?
What are all the advantages of servlet over cgi?
What are the phases of servlet life cycle?
What is lazy loading and what is Generic Servlet Class?
What do you mean by the servlet chaining?
What are the disadvantages of storing session state in cookies?