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 methods do you use in servlet - applet communication?
Can we refresh servlet in client and server side automatically?
How many objects of a servlet is created?
What is cgi and what are its drawbacks?
What is the difference between genericservlet and httpservlet
What are all the ways for session tracking?
What is difference between PrintWriter and ServletOutputStream?
What's the difference between authentication and authorization?
Why the concept of single thread model interface is used?
What is the life-cycle of servlets?
What do you mean by servlet context?
Write a program to show the functionality of doget and dopost method?
How to get the path of servlet in the server?
List out difference between a JavaBean from a Servlet?
How to upload a file to the server using servlet?