In case of Request Dispatcher request is not return to browser & it directly forward to page(servlet) from current servlet(page). So the browser url is not change. While in case of Send Redirect first request is return to browser from current page(servlet) & then forward to the specified(page). So the url is change.