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 are the different kinds of actions in struts?
Describe the mvc on struts?
What design patterns are used in struts?
What is the use of interceptor?
What are action errors and error and what are the consequences they impose?
What is the use of jsonvalidation?
How to work with error tags?
What are action classes in struts?
How do you convert struts to springs?
What is the purpose of @before?
What are the loop holes of struts?
How you will enable front-end validation based on the xml in validation.xml?
How to use forward action to restrict a strut application to mvc?
Is struts compatible with other java technologies?
How are interceptors and servlet filters different?