单项选择题

下列选项中能在JSP页面中实现转向的是() 

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