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 are disadvantages of Struts?

564


How is a lookup dispatch action created?

540


What is difference between struts1 and struts2?

512


What are the main classes which are used in struts application?

509


What is the use of token interceptor in Struts2?

630






What is defeult result type?

636


What are the benefits of Struts framework?

567


What is the default suffix for Struts2 action URI and how can we change it?

531


Describe validate() and reset() methods.

612


How to upload struts file?

612


Which design pattern is implemented by Struts2 interceptors?

560


Explain about tiles?

583


how to connect from struts to database through hibernet and where u can modify the class

2126


What are the ways in which duplicate form submission can occur?

516


Which design pattern the interceptors in struts2 is based on?

504