sendRedirect() is used in Java code to cause a transition to a new resource (page) under code control.
Since this resoucre is outside the web application.
Can the user return to the application from this resource?
I am still confused about the working of sendRedirect()