What is MVC Architecture?
Answer Posted / deepak
This MVC architecture is just a virtual representation of
an application.
Consists of 3 parts:
1> Model
2> View
3> Controller
The main motive of implementing the MVC Architecture is to
seperate the application data as well as the bussiness
logic from the presentation data for the user.
Model: When someone declares and defines the class
attribute names as well as the methods in order to define
the underlying bussiness logic for the problem statement(in
java).
View: This the output what the client observes or views on
his system or terminal.Thsi is the GUI interface that the
client directly interacts with.
Controller: Is the medium of interaction between the user
view and the bussiness logic . In other words , it is the
medium of interaction vbetween the model and the view. It
retrives the information from the view and sends it to the
model for its processing.It ikntercepts user requests and i
turn control bussiness objects to fulfill these
requirements.
| Is This Answer Correct ? | 7 Yes | 12 No |
Post New Answer View All Answers
What is spring hibernate and struts in java?
What are the advantages of spring mvc over struts mvc?
Can we have multiple struts config files ?
What is action class?
What are the benefits of Interceptors in Struts2?
Describe the two types of formbeans.
How many Action classes have been used in your project? Differences between struts 1.1 and 1.3?
Explain about struts dispatch action?
At the point, you should go for struts framework?
What is front controller in struts2?
Does Struts2 action and interceptors are thread safe?
Explain the difference between jakarta struts and apache struts?
What is the purpose of @conversion?
What is Custom Type Converter in Struts2?
what is ACID test for fresh engineers??what is the pattern??