What is MVC? Explain MVC Life cycle.

  • MVC is a framework for building web applications using MVC (Model View Controller) architecture.
  • The Model represents the data.
  • The View displays the data.
  • The Controllers act as an interface between Model and View components to process all the business logic.


 

Post a Comment

Previous Post Next Post