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 struts framework in java?
Why do we use struts?
What is package name in struts xml?
how to get the last 10 elements using logic:iterate in struts with hiernate from database.
What is struts framework?
What is the default suffix for Struts2 action URI and how can we change it?
Briefly tell the two kinds of form beans.
Are interceptors thread safe?
What is the purpose of @conversion annotation annotation?
What is Struts2?
What is request processor and how does it relates to action mapping?
How to get data from the velocity page in a action class?
What are the two types of validations supported by validator framework?
Describe validate() and reset() methods.
What are result types in struts?