What are actually Model,view,Controller in MVC Pattern?

Answer Posted / vijayendra ratrey

MVC - is using for separation the business logic and
application data from the presentation data to the user.
MODLE :-Here we put all kind of business logic and methods
for data manipulation(CURD).
VIEW :- it is user interface here user can make request.
it is build by using(html, css, js, etc).
CONTROLLER :- it used for controlling and validating request
and response. it decides where to send the request whether
back to view as a response or send it ot model. Controller
make communication between model and view.

Is This Answer Correct ?    4 Yes 1 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

Suppose we have file(ps), dont know how many records are there. Move half of the records to 2 files. How can we do?

778


What are the most commonly used design patterns?

805


What are the design patterns you know explain?

831


Explain what is good design?

815


What is the difference between adapter and facade?

832


Is singleton bean thread safe?

726


What is the behavioral design pattern?

875


Is oop a design pattern?

766


How do you choose a design pattern?

777


What are the disadvantages of singleton pattern?

803


What is singleton design pattern in java?

817


Is mvc is a design pattern?

799


Write the code for a singleton class?

798


Are you using singleton in your code?

806


2. Create your own definition of a system. Based on the “system” definitions a. Identify your viewpoint of shortcomings in the definitions. b. Provide rationale as to why you believe that your definition overcomes those shortcomings. c. From an historical perspective, identify three precedented systems that were replaced by unprecedented systems.

2920