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

Can you refresh servlet in client and server-side automatically?

620


How can we invoke another servlet in a different application?

706


When a servlet accepts a call from a client, it receives two objects. What are they?

766


Is servlet a framework?

543


What are its drawbacks of cgi?

570






Explain in brief the directory structure of a web application?

570


How do you find out what client machine is making a request to your servlet

529


What is pure servlet?

696


What are common tasks performed by Servlet Container?

770


Is servlet a server side scripting language?

553


Servlet is pure java object or not?

719


What’s the difference between genericservlet and httpservlet?

532


What are the kinds of http requests?

609


Can we refresh servlet in client and server side automatically?

591


How can we perform any action at the time of deploying the project?

622