What Is Difference Between SendRedirect And Forward?

What Is Difference Between SendRedirect And Forward? The main important difference between the forward() and sendRedirect() method is that in case of forward(), redirect happens at server end and not visible to client, but in case of sendRedirect(), redirection happens at client end and it’s visible to client. What is difference between ServletResponse sendRedirect ()