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
What are the types of protocols supported by httpservlet ?
Differentiate between the print writer and servlet output stream?
What are all the protocols supported by httpservlet?
Explain get and post.
What is the type of method for sending request from http server?
What is pure servlet?
Is java servlet still used?
Where do you define dispatcherservlet?
What are advantages of servlets over cgi?
What is a servlet engine?
What is difference between get and post method?
What do you mean by web applications?
If my browser does not support cookie, and my server sends a cookie instance what will happen?
What are the exceptions thrown by servlets? Why?
How to get the path of servlet in the server?