Answer Posted / Nitain Kumar
MVC (Model View Controller) is a software architecture pattern used for developing web applications. It separates the application logic into three interconnected components: Model (represents the data and business rules), View (handles the user interface), and Controller (handles requests and manages interaction between Model and View).
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers