Answer Posted / Abhishek Tyagi
The MVC lifecycle primarily revolves around the interaction between the Model, View, and Controller. The process begins with a user event that triggers an action in the Controller, which then updates the Model if necessary, followed by the View being refreshed to display updated data.
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers