Multiple choice technology web technology

In MVC-2 architecture, which is used to implement the business logic in an application

  1. Model

  2. View

  3. Controller

  4. Any of above

Reveal answer Fill a bubble to check yourself
A Correct answer
Explanation

In the Model-View-Controller (MVC) architecture, the Model represents the application's data and business logic. The View handles presentation, and the Controller handles user input and navigation.