KyaPoocha.com

Huge Collection of Interview Questions


What is MVC Architecture? 

MVC stands for Model(bean, EJB), View(Html, Jsp), Controller(Servlet). MVC pattern is a collaboration of three components model, view, controller.

Model
is backend database or java bean.
View is output html 0r jsp.
Controller is logic that is servlet.

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 i.e. 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..

MVC is divided into 3 parts
1.MVC
2.MVC-1Â this is jsp and java bean communication.
3.MVC-2Â this is servlet+jsp+javabean+struts communication.



If you liked this question/asnwer, make sure you
Subscribe to KyaPoocha.com RSS feed!


BOOKMARK THIS : BlinkList | del.icio.us | Digg it | Furl | reddit | StumbleUpon | Yahoo MyWeb |