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
How can you run a servlet program?
What is servletconfig?
What's the use of servletcontext?
Explain in brief the directory structure of a web application?
When using servlets to build the HTML, you build a DOCTYPE line, why do you do that?
If servlet receives multiple requests, how many objects will it create?
Which java framework is most popular?
How does tomcat servlet container work?
What is the use of send redirect () method?
What is dispatcher servlet?
What is called servlet container?
Explain the role of dispatcherservlet and contextloaderlistener.
What is cgi and what are its drawbacks?
How can we upload the file to the server using servlet?
How do you configure a centralized error handler in servlets?