What is the role of a controller in an MVC application?
Answer Posted / Ratindra Kumar
The Controller handles user input and manages the execution flow between models and views. It acts as an intermediary between the user interface (View) and the data (Model).
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers