Which of the following best describes the 'View' component in MVC architecture?

  • It handles user input and communication between Model and Controller.
  • It manages the user interface and presentation logic.
  • It represents the application's data and business logic.
  • It stores configuration settings for the application.
In MVC architecture, the 'View' component manages the user interface and presentation logic. It is responsible for displaying data to the user and formatting it appropriately. The View should remain decoupled from the business logic to ensure code maintainability and flexibility.
Add your answer
Loading...

Leave a comment

Your email address will not be published. Required fields are marked *