Do you about MVC in Java?
Anonymous
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.
Check out your Company Bowl for anonymous work chats.