Multiple choice technology web technology In MVC-2 architecture, which is used to implement the business logic in an application Model View Controller 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.