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’s the difference between genericservlet and httpservlet?
How to get the server information in a servlet?
What are the benefits of using servlet over cgi?
What is difference between server and servlet?
Explain jsessionid and when is it created?
What are the exceptions thrown by servlets? Why?
Which HTTP method is non-idempotent?
How can I send user authentication information while making URL Connection?
What is the difference in between the httpservlet and generic servlet?
what is servlet chaining?
When jsessionid is created?
What are the type of protocols used in httpservlet?
How the JSP file will be executed on the Server side?
The code in a finally clause will never fail to execute, right?
If my browser does not support cookie, and my server sends a cookie instance what will happen?