What is the use of RequestDispatcher in servlet?
Answer Posted / codventure
RequestDispatcher defines an object that receives the
request from client and sends them to any resources on the
server.
| Is This Answer Correct ? | 10 Yes | 6 No |
Post New Answer View All Answers
What are the disadvantages of storing session state in cookies?
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()?
What is the directory structure of a war file?
What do you mean by servlet?
What are the difference between RMI and Servlets?
What is the structure of the http response
Difference between java beans & servlets?
How to get the path of servlet in the server?
Describe the phases of servlet lifecycle?
List the Different types of servlet?
What are all the protocols supported by httpservlet?
Name the packages that work with servlet?
Explain load on start-up and its importance?
What is servlet instance?
How httpservlet is different from the genericservlet?