Home » JAVA Programming » Java Basic » Question
  1. What does MVC pattern stands for?
    1. Model View Class
    2. Mock View Control
    3. Model view Controller
    4. Mock View Class
    5. 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.



Your comments will be displayed only after manual approval.