What is MVC Architecture?
Answers were Sorted based on User's Feedback
Answer / s.thirunavukarasu
MVC means model view control architecture.
model is nothing but the member variable and method declaration.
view is the look and feel techinque.
control is how to control the components.
| Is This Answer Correct ? | 52 Yes | 113 No |
What is the use of struts config xml file?
What is the purpose of form-beans tag in struct-config.xml?
explain method overridding method overloding with examples?
What is the purpose of @doublerangefieldvalidator?
What are the pros of struts 2?
What is the use of jsonvalidation in struts?
What is apache struts cve 2017 5638?
What is action chaining ?
why do we typecast ActionForm into out plain java bean class in Action class?
Difference between struts and spring? Or why use spring, if you are already using struts?
What is the design role played by struts?
How to combine the struts with velocity template?