What is MVC Architecture?
Answer Posted / mdsha_asiya
MVC stands for Model(bean,EJB),View(Html,Jsp),Controller
(Servlet).MVC pattern is a collabartion of three components
model,view,controller.MVC pattern is a sequence of action
interactions starting with view,then controller and then to
model based on the data persistence.
MVC is an approach for developing interactive application
ie it results in events through user interactions.Model is
responsible for holding the application state,View is for
displaying the current model and controller handles the
event.
Is This Answer Correct ? | 157 Yes | 32 No |
Post New Answer View All Answers
What is the use of reset method of ActionForm class?
What is the purpose of @before?
Which library is provided by struts for form elements like check boxes, text boxes etc?
What is the role of action class in struts?
What do you mean by the abstract package in struts2, and what is its utilization?
Explain the difference between dispatchaction and lookupdispatchaction in struts?
Which interceptor is responsible for file upload support?
How to work with error tags?
What do you mean by actionmapping?
What is the purpose of @customvalidator annotation?
Where can I get help with struts?
What are the benefits of Struts framework?
Explain struts?
What is an interceptor stack?
How to override the default error message that can come during file uploading process?