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 do you mean by web applications? Explain web application directory arrangement?
How can we refresh automatically when new data is entered into the database?
How to get ip address in jsp login page and how to validate like 127.1.0.1 all should not be greater than 255
Why the concept of single thread model interface is used?
What is Servlet API used for connecting database?
What is the use of servletconfig interface?
What are the uses of servlet and what is servlet chaining?
When to use doget() and when dopost()?
Why is servlet used?
What is a generic servlet?
How can we create deadlock situation in servlet?
What do you mean by cgi?
What is difference between cookies and httpsession?
I Have A Plan to develop a Project in Struts,I want the template of struts project with Hibernate.Canany body provide me the required information?
If a servlet is not properly initialized, what exception may be thrown?