-
What does MVC pattern stands for?
-
- Model View Class
- Mock View Control
- Model view Controller
- Mock View Class
- None of these
Correct Option: C
Model represents an object or JAVA POJO carrying data.View represents the visualization of the data that model contains.Controller acts on both model and view.It is usually used in web development.