What is a MVC in Java?

MVC Pattern stands for Model-View-Controller Pattern . This pattern is used to separate application’s concerns. Model – Model represents an object or JAVA POJO carrying data. It can also have logic to update controller if its data changes. View – View represents the visualization of the data that model contains.

Sizin İçin Seçtik  What is MVC in Java?

Leave a Reply

Your email address will not be published. Required fields are marked *