redirect to another url in jsp

htt‮‬ps://www.lautturi.com
redirect to another url in jsp
<%
    String redirectURL = "https://www.lautturi.com/newurl.jsp";
    response.sendRedirect(redirectURL);
%>

<%
response.sendRedirect("https://www.lautturi.com/test.jsp");
%>
Created Time:2017-10-03 13:47:09  Author:lautturi