What is the advantage of using RequestDispatcher over sendRedirect() to forward a request to another resource? (a)

Question:

What is the advantage of using RequestDispatcher over sendRedirect() to forward a request to another resource?

(a) The RequestDispatcher does not use the reflection API.

(b) sendRedirect() is no longer available in the current servlet API.

(c) The RequestDispatcher does not require a round trip to the client, and thus is more efficient and allows the server to maintain request state.

(d) sendRedirect() is not a cross-web server mechanism.

Fantastic news! We've Found the answer you've been seeking!

Step by Step Answer:

Related Book For  answer-question
Question Posted: