What is MVC Architecture?
Answer Posted / 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 |
Post New Answer View All Answers
What is token used for?
What do you mean by actionform?
What are the struts2 error message keys that can come during file uploading process?
How do you find the struts version being used in a project?
Is struts 1 still supported?
What is the purpose of '@customvalidator'?
how to connect from struts to database through hibernet and where u can modify the class
What are the some useful annotations introduced in struts2?
What should be the name of xml file used for validation in struts?
What steps are required to for an application migration from Struts1 to Struts2?
How action mapping is configured in Struts?
Explain about token feature in struts?
What is the default suffix for Struts2 action URI and how can we change it?
What is the difference between struts1 and struts2?
Is struts mvc framework?