Struts面试题库(三)

2014-11-23 19:31:43 · 作者: · 浏览: 36

type = \"hello.HelloAction\"
name = \"HelloForm\"
scope = \"request\"
validate = \"true\"
input = \"/hello.jsp\"
>


选项:
A. return (new ActionForward(mapping.getInput()));
B. return (mapping.findForward(\”SayHello\”));
C. return (mapping.findForward(“hello.jsp\”));
37、对于以下这段配置ActionServlet的代码,哪些说法是正确的 (多选)

action
org.apache.struts.action.ActionServlet