Question 19
Which of the following are benefits of using the MVC (Model-View-Controller) architecture?
MVC allows for the implementation of multiple views of the same data concurrently.
MVC supports parallel development, enabling developers to work on different parts of the application simultaneously.
MVC enforces the use of View State, increasing the bandwidth of requests.
MVC is a heavyweight framework that requires significant bandwidth due to its design.