Model-view-controller (MVC) and Jface Interview Questions

Model-view-controller pattern - A pattern is defined as the structure / significant process for application development..
Components of MVC architecture - Model: In the MVC pattern, the component,” model” comprises the code that is to deal with the database (can be a simple java bean)...
Benefits of MVC pattern - Separation of concerns: The separation the three components, allows the re-use of the business logic across applications...
Disadvantages of MVC pattern - The complexity is high to develop the applications using this pattern...
MVC framework - The implementation of MVC framework in JFace is done by using content provider and label provider..