difference between sendredirect,forward and url rewritting

Answer Posted / kalyan

Forward () method is bypass the client request one class to
another class using forward(request ,response) method it
done on the serverside.

sendredirect is changing one page to another page its a
default page its done the client side.

Is This Answer Correct ?    0 Yes 1 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What is new in ServletRequest interface ? (Servlet 2.4)

574


What are the uses of servlet

629


How can you create a session in servlet?

593


What is servlet and its types?

555


What do you mean by filter in servlet?

536






What is the use of attribute in servlets?

540


What are the kinds of http requests?

609


Is servlet a framework?

539


How can you start a jta transaction from a servlet deployed on jboss?

674


What are the different session tracking techniques?

672


How can a servlet be used to generate plain text instead of html?

543


What are all the ways for session tracking?

593


What is the difference between Servlets and Applets?

545


What is servlet and how it works?

506


How to make sure a servlet is loaded at the application startup?

553