difference between forward and sendredirect

Answer Posted / ravikiran

forward will happen in the server side,and send redirect
will happen in the client's browser...,and with forward we
can forward with in the same web application,and with send
redirect we can transfer the flow to a different web application

Is This Answer Correct ?    5 Yes 3 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What are the types of servlets? Explain

670


How servlet is created?

540


What is ServletConfig object?

604


What is the difference in between the httpservlet and generic servlet?

599


Explain the difference between a web server and a web container?

510






Define context initialization parameters.

570


Explain the jar and war files in servlet?

549


What is a servlet?

606


List out difference between a JavaBean from a Servlet?

562


What is servletconfig?

543


What are the new features added to servlet 2.5?

590


Is tomcat a servlet container?

570


What are session variable in servlets?

560


What is a cookie What is the difference between session and cookie

590


Write a program to show the functionality of doget and dopost method?

651