单项选择题

A. Response.forward(“/index.jsp”)
B. Response.sendRedirect(“/index.jsp”)
C. request.forward(“/index.jsp”)
D. request. sendRedirect (“/index.jsp”)