What does Model, View and Controller represent in an MVC application?
Answer Posted / Satyendra Kumar Gupta
In an MVC application, the Model represents the data and business logic, the View represents the user interface or presentation, and the Controller manages the interaction between the Model and View.
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers