What is MVC Design Pattern?

Answer

 MVC design pattern designs an application using three separate modules:
Module Description
Model Carries Data and login
View Shows User Interface
Controller Handles processing of an application.
Purpose of MVC design pattern is to separate model and presentation to enable developers to set focus on their core skills and collaborate more clearly.
Web Designers have to concentrate only on view layer rather than model and controller layer. Developers can change the code for model and typically need not to change view layer. Controllers are used to process user actions. In this process layer model and views may be changed

All jsf Questions

Ask your interview questions on jsf

Write Your comment or Questions if you want the answers on jsf from jsf Experts
Name* :
Email Id* :
Mob no* :
Question
Or
Comment* :
 





Disclimer: PCDS.CO.IN not responsible for any content, information, data or any feature of website. If you are using this website then its your own responsibility to understand the content of the website

--------- Tutorials ---