What is the use of RequestDispatcher in servlet?
Answer Posted / katamraju
By using Request dispatcher we can include or forward a
request to a another resource by using only one request
and response.
| Is This Answer Correct ? | 12 Yes | 17 No |
Post New Answer View All Answers
Difference between httpservlet and generic servlets?
Explain request dispatcher and its methods.
What's the difference between authentication and authorization?
What is the difference between the http servlet and generic servlet?
What is the main purpose of java servlets?
What is httpservlet class?
What is a web container and what is its responsibility?
What are the different methods involved in the process of session management in servlets?
Can you explain in detail 'javax.servlet' package?
What is the use of servlet context?
Why is it that we can't give relative URL's when using ServletContext.getRequestDispatcher() when we can use the same while calling ServletRequest.getRequestDispatcher()?
How will you pass values from HTML page to the servlet?
What is the effective way to make sure all the servlets are accessible only when user has a valid session?
What is meant by a servlet?
How can a servlet be used to generate plain text instead of html?