热门面试题与答案和在线测试
面向面试准备、在线测试、教程与实战练习的学习平台

通过聚焦学习路径、模拟测试和面试实战内容持续提升技能。

WithoutBook 将分主题面试题、在线练习测试、教程和对比指南整合到一个响应式学习空间中。

面试准备

模拟考试

设为首页

收藏此页面

订阅邮箱地址

Struts 面试题与答案

Test your skills through the online practice test: Struts Quiz Online Practice Test

相关差异对比

相关差异对比

Struts 1 vs Struts 2Struts 1.1 vs Struts 1.2Struts 1.2 vs Struts 1.3
Struts vs JSFStruts vs Spring

问题 81. What are the core classes of Struts?


Action, ActionForm, ActionServlet, ActionMapping, ActionForward are basic classes of Structs.

这有帮助吗? 添加评论 查看评论
 

问题 82. What is the design role played by Struts?


The role played by Structs is controller in Model/View/Controller(MVC) style. The View is played by JSP and Model is played by JDBC or generic data source classes. The Struts controller is a set of programmable components that allow developers to define exactly how the application interacts with the user.

这有帮助吗? 添加评论 查看评论
 

问题 83. How Struts control data flow?


Struts implements the MVC/Layers pattern through the use of ActionForwards and ActionMappings to keep control-flow decisions out of presentation layer.

这有帮助吗? 添加评论 查看评论
 

问题 84. What configuration files are used in Struts?

这有帮助吗? 添加评论 查看评论
 

用户评价最有帮助的内容:

版权所有 © 2026,WithoutBook。