Struts Interview Questions and Answers
Test your skills through the online practice test: Struts Quiz Online Practice Test
Related differences
Ques 81. What are the core classes of Struts?
Action, ActionForm, ActionServlet, ActionMapping, ActionForward are basic classes of Structs.
Is it helpful?
Add Comment
View Comments
Ques 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.
Is it helpful?
Add Comment
View Comments
Ques 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.
Is it helpful?
Add Comment
View Comments
Ques 84. What configuration files are used in Struts?
Is it helpful?
Add Comment
View Comments
Most helpful rated by users:
- What is Struts?
- What helpers in the form of JSP pages are provided in Struts framework?
- How is the MVC design pattern used in Struts framework?
- Who makes the Struts?
- Why it called Struts?