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

Can explain about the validations and in your project where did u used the validations?

6379


How struts 2 validation works?

562


What is the purpose of constant tag in struts.xml?

547


Are actions thread safe?

528


How is token generated?

525






What is container struts2?

519


What configurations are stored in struts configuration file ?

526


1.can we transfer a request from one struts application to another struts application? 2. how many types of action servlets r there what r they

2746


Why is action servlet a singleton in struts?

584


What is the purpose of @doublerangefieldvalidator?

599


How we can configured action mapping in struts?

571


How many servlet controllers are used in a Struts Application?

500


What are action errors and error?

571


Explain design patterns which is used in struts?

528


Which technologies can be used at view layer in struts?

636