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
Give an example of validates method used to avoid errors.
What is the role of action class?
What is the purpose of @emailvalidator annotation?
What are the classes used in struts?
How to override the default error message that can come during file uploading process?
Which class of struts is responsible to converts data types from string and vice versa?
What are the major differences between html tags and strut specific html tags?
What does execandwait interceptor?
When it’s useful to use IncludeAction?
How to display validation errors on jsp page?
How client side validation is enabled on a jsp form?
Is there a particularly good ide to use with struts?
How action-mapping tag is used for request forwarding in struts configuration file?
Are interceptors thread safe?
Why we use struts in java?