What is the difference between RequestDispatcher and
sendRedirect?-
Answer Posted / kalyan
RequestDispatcher() method is executed in server-
side,requestdispatcher method is used to transfer the one
page to another serverside page .In this method we can use
the include() and forward() methods .
SendRedirect () method is directly into the client side ....
| Is This Answer Correct ? | 6 Yes | 1 No |
Post New Answer View All Answers
What is load-on-startup in servlet?
What's the architecture of a servlet package?
What's the servlet interface?
What is the servlet?
How to make sure a servlet is loaded at the application startup?
What is servlet configuration?
Servlet is pure java object or not?
How we can call a jsp from the servlet?
What is the major difference between servlet and applet?
What are the functions of an intercepting filter?
Can we override destroy method in servlet?
What is the difference between servlet and jsp?
Write a hello world program using servlets.
Explain url encoding in servlet?
Why servlet is used as controller ? Not JSP? I want complete explation?