Defining MVC components

Report a typo

Match each component of MVC with its description.

Match the items from left and right columns
Model
View
Controller
Is responsible for processing user requests, building a model, and passing it to the view for rendering
Renders model data, generating output the client's browser can display
Holds application data, generally using Java or Kotlin objects
___

Create a free account to access the full topic