DEVFYI - Developer Resource - FYI

What is the difference between RequestDispatcher and sendRedirect?

JSP Interview Questions and Answers


(Continued from previous question...)

62. What is the difference between RequestDispatcher and sendRedirect?

RequestDispatcher: server-side redirect with request and response objects. sendRedirect : Client-side redirect with new request and response objects.

(Continued on next question...)

Other Interview Questions