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 benefits of Interceptors in Struts2?
Name some of the features of struts2?
What do you mean by actionservlet?
How do struts work?
What is the use of web xml in struts2?
What are the contents on web.xml in struts application ?
What is the purpose of plug-in tag in struct-config.xml?
Can you explain aware interfaces in struts2?
Can we have multiple struts config files ?
Is struts compatible with other java technologies?
Describe the basic steps used to create a tiles application?
How can forward action be used to restrict a strut application to mvc?
What is the purpose of @stringlengthfieldvalidator annotation?
Who makes the struts?
Is struts action class singleton?