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
What are the features added in Servlet 2.5?
What is the difference between CGI and Servlet?
What do you mean by url pattern in servlet?
What is meant by cookies?
Why do you use session tracking in httpservlet?
What are the advantages of Servlet over CGI?
Differentiate between the web server and application server?
What is servlet in tomcat?
What are the important functions of filters?
How to create war file?
Name the packages that work with servlet?
When a client request is sent to the servlet container, how does the container choose which servlet to invoke?
What is the difference between portlet and servlet?
Hi frnd can i any one kindly can post for me portlet,hibernate and spring example application and with flow explantion configuration using Jdeveloper.and related links ar tutorials kindly please send me .its urgent for me .thanks in advance...........else can any one send to kondaiah.goddeti@gmail.com
What are the uses of servlet