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 is the servletconfig object?
What is a servlet-to-servlet communcation?
Are Servlets Thread Safe? How to achieve thread safety in servlets?
What is servlet and its types?
What is session?
What is a web application and what is it’s directory structure?
What’s the difference between sendredirect and forward methods
When to use doget() and when dopost()?
Explain web container.
What is ServletContext object?
What do you mean by request dispatcher in servlet?
Explain session tracking and its importance?
What is the purpose of requestdispatcher interface?
What is the servlet?
Can we use the constructor, instead of init(), to initialize servlet?