What is MVC Architecture?
Answer Posted / jac
MVC architecture acts just as an application interface.its
has got 3 parts
1) model
2) view
3) controller
The main aim of MVC architecture is to separate the
business logic and application data from the presentation
data to the user
Advantages
1. They are resuable : When the problems recurs, there is
no need to invent a new solution, we just have to follow the
pattern and adapt it as necessary.
2. They are expressive: By using the MVC design pattern
our application becomes more expressive
| Is This Answer Correct ? | 48 Yes | 6 No |
Post New Answer View All Answers
How is token generated?
What is an interceptor stack?
What are the two different types of validations that the validator framework supports?
How to override the default error message that can come during file uploading process?
In which method of action class the business logic is executed?
What is the struts in java?
What is actionform in struts?
What are inner class and anonymous class?
What are the aware interfaces in struts2?
Why struts 1 classes are not thread safe whereas struts 2 classes are thread safe?
What are the steps required for setting up validator framework in struts?
Difference between struts and spring?
What is the purpose of @results?
1.can we transfer a request from one struts application to another struts application? 2. how many types of action servlets r there what r they
Difference between html tags and struts specific html tags