Do you about MVC in Java?
Anoniem
Model: Represents the application's data and business logic. It directly manages the data, updates the view, and handles user input. View: Displays the data from the model to the user. It listens for updates from the model and reflects the changes in the user interface. Controller: Acts as an intermediary between the model and view. It handles user inputs, updates the model, and triggers changes in the view.