试题详情
多项选择题对于以下代码,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"))

  • A,B
  • 关注下方微信公众号,在线模考后查看

热门试题