In Struts Programming which is the controller,which is the
model?
Answer Posted / nazneen
A Model contains business logic and data.
In a multi-device application, the Model is implemented as standard Java Bean objects. The data contained within the Java Bean are accessed with getter and setter methods, and business logic contained in the Java Bean is invoked with method invocations. These Java Beans are bound to the View and Controller by a a part of the multi-device application
Controller:
Controller is Action Servlet
| Is This Answer Correct ? | 8 Yes | 0 No |
Post New Answer View All Answers
What does action do in struts?
How to build struts application in eclipse?
What is the difference between empty default namespace and root namespace?
What is the different actions available in struts?
What are Struts2 core components?
What is s token?
What is struts.devmode?
What is action class?
What is structs 2 validation framework?
In how many ways duplicate form submission can occurs?
What are disadvantages of Struts?
What is the default suffix for struts2 action uri ?
What are apache struts?
What is front controller in struts2?
Name the different types of actions found in struts.