In Struts Programming which is the controller,which is the
model?
Answer Posted / jimmi prajapati
1 The ActionServlet and Aciton class is the controller.
and From Action Class's execute mathod, we can call other
DAO layer or any other layer.
so Action class is a Model as well as Controller
| Is This Answer Correct ? | 10 Yes | 5 No |
Post New Answer View All Answers
What is struts? Explain
How many struts config file in a struts application?
Do I have to credit struts on my own website?
What are the cons of struts 2?
List the important attribute and elements of action mapping under struts.
Why are springs better than struts?
What is the apache struts vulnerability?
What are the aware interfaces in struts2?
What do you mean by inner class and anonymous class?
What do you mean by tiles in struts?
How the flow of various requests happens in struts application?
How many struts config file can be created in struts?
What is the front controller in struts2?
Explain design patterns which is used in struts?
Which tag is used to declare constants in struts xml?