多項(xiàng)選擇題以下屬于struts2配置文件中的配置元素是()。

A.〈package〉
B.〈action〉
C.〈form-beans〉
D.〈action-mappings〉


您可能感興趣的試卷

你可能感興趣的試題

1.單項(xiàng)選擇題如果要實(shí)現(xiàn)struts2的數(shù)據(jù)校驗(yàn)功能?()

A.普通Action類可以實(shí)現(xiàn)
B.繼承自Action接口可以實(shí)現(xiàn)
C.繼承自ActionSupport類可以實(shí)現(xiàn)
D.繼承自ActionValidate類可以實(shí)現(xiàn)

2.單項(xiàng)選擇題struts2動(dòng)態(tài)調(diào)用的格式為()。

A.ActionName?methodName.action
B.ActionName!methodName.action
C.ActionName*methodName.action
D.ActionName@mathodName.action

3.多項(xiàng)選擇題struts2中獲取Servlet API的方法正確的是()。

A.使用ActionContext對(duì)象以解耦合的方法訪問Servlet API
B.使用ServletActionContext對(duì)象以解耦合的方式訪問Servlet API
C.使用ActionContext對(duì)象以耦合的方式訪問Servlet API
D.使用ServletActionContext對(duì)象以耦合的方式訪問Servlet API

4.多項(xiàng)選擇題關(guān)于struts2包的說法正確的是()。

A.struts2框架使用包來管理常量
B.struts2框架定義包時(shí)必須指定name屬性
C.struts2框架中配置包時(shí),必須繼承自struts-default包,否則會(huì)報(bào)錯(cuò)
D.struts2框架中使用包來管理Action

5.單項(xiàng)選擇題在struts2配置中用()元素來配置常量。

A.〈const〉
B.〈constants〉
C.〈constant〉
D.〈constant-mapping〉