Select from following answers:- Using mvc prevents all app crashes.
- Button onclick and other event handlers are automatically taken care without any code.
- Making changes to how data is presented visually on the screen does not effect the mode or controller.

- using mvc results in fewer files of code to maintain.
- All Above
When we do any change in our view, it does not reflect our controller or model.
Show Correct Answer
Asked In: Many Interviews |
Alert Moderator