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


Please Help Members By Posting Answers For Below Questions

What is the use of reset method of ActionForm class?

653


What is the purpose of @before?

643


Which library is provided by struts for form elements like check boxes, text boxes etc?

596


What is the role of action class in struts?

651


What do you mean by the abstract package in struts2, and what is its utilization?

606






Explain the difference between dispatchaction and lookupdispatchaction in struts?

4543


Which interceptor is responsible for file upload support?

680


How to work with error tags?

649


What do you mean by actionmapping?

620


What is the purpose of @customvalidator annotation?

653


Where can I get help with struts?

654


What are the benefits of Struts framework?

636


Explain struts?

633


What is an interceptor stack?

657


How to override the default error message that can come during file uploading process?

660