Difference between Include, Forward and sendRedirect in
Servlet?

Answer Posted / shyam babu

include: will include the output of another resource(jsp,
servlet etc )in our current file. and response is generated
from current file

forward: will forward the current request to the forwarding
page & response is generated from forwarding opage

sendRediect: will redirect to the page specified in the
sendRedirect method but it won't send the
same request to the new page but forward will send the same
request to the new page

Is This Answer Correct ?    8 Yes 7 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What is servlet instance?

727


How can we include static files in the jsp page?

780


Explain Action Servlet?

801


what is the different between a servlet and a cgi? Why do you go for servlet rather than cgi?

742


What are the types of protocols supported by httpservlet ?

903


What are the drawbacks of cgi?

715


How do I know if java is running on linux?

770


How can I send user authentication information while making URL Connection?

716


Is tomcat a servlet container?

758


What is a web container and what is its responsibility?

695


What is the use of httpservletresponsewrapper?

699


How do cookies work in servlets?

775


What do you mean by cgi and what are its drawbacks?

703


Explain the concept of ssi ?

776


What is new in ServletRequest interface ? (Servlet 2.4)

756