Select from following answers:- Controller renders html to view.
- The controller executes an incoming request
- The controller redirects incoming request to model.

- The controller is responsible for controlling the data
- All Above
Controller acts as a coordinator between the view and model and is responsible for redirecting incoming request to model. When the user interacts with View, it raises appropriate URL request. This request will be handled by a controller. The controller renders the appropriate view with the model data as a response.
Show Correct Answer
Asked In: Many Interviews |
Alert Moderator