could you please tell me how can redirect a servlet page to any standard webpage like http://www.google.com
Useresponse.sendRedirect("http://www.google.com");
u can use, response.sendRedirect() method, or u can use requestDispatcher() toforward.
Yes U Can Use The response.sendRedirect() Method to redirect Your Servlet