Prepare Interview

Mock Exams

Make Homepage

Bookmark this page

Subscribe Email Address

Struts Interview Questions and Answers

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

Related differences

Related differences

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

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:

©2024 WithoutBook