Answer Posted / Phool Kunwar
Mvc stands for Model-View-Controller, which is a software architectural pattern used for developing applications. It separates an application into three interconnected components: the model (represents the data and business logic), the view (the user interface or presentation layer), and the controller (handles the input and updates the model and view).
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers