What is forward() and include() of servlets
RequestDispatcher interface?
Answer Posted / suresh
forward() is used to just forward the request and response
object...
include() is used to pass the values and request and
response object,one servlet to another servlet
| Is This Answer Correct ? | 5 Yes | 19 No |
Post New Answer View All Answers
What is getservletcontext?
What is called servlet mapping?
Servlet is pure java object or not?
What is servlet and its life cycle?
What do you mean by cgi and what are its drawbacks?
If my browser does not support cookie, and my server sends a cookie instance what will happen?
What are the different ways we can maintain state between requests?
What is called Session Tracking?
What are different ways for servlet authentication?
What is Servlet API used for connecting database?
why we should override only no-agrs init() method.
When servlet is loaded?
How do you communicate in between Applets and Servlets?
Write a hello world program using servlets.
Difference between forward() method and sendredirect() method ?