找考题网-背景图
多项选择题

A.return(newActionForward(mapping.getInput()))B.return(……

对于以下代码,HelloAction希望把请求转发给hello.jsp,在HelloAction的execute方法中如何实现()



A.return(newActionForward(mapping.getInput()))
B.return(mapping.findForward(”SayHello”))
C.return(mapping.findForward(“hello.jsp”))
D.return(mapping.findForward(“/hello.jsp”))