What are the four major components of mvc?



What are the four major components of mvc?..

Answer / Shantanu Dwivedi

The four major components of MVC (Model-View-Controller) are Model: represents the data and business logic, View: is responsible for rendering the interface to the user, Controller: handles the requests and communicates between the Model and View.

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More Django Python Interview Questions

How a request is process in Django ?

1 Answers  


Mention the differences between django, pyramid and flask.

1 Answers  


How you can setup static files in django?

1 Answers  


What is exception handling? How do you achieve it in python?

1 Answers  


What is super () __ init__?

1 Answers  


What is url mapping and how to do it in django ?

1 Answers  


Is python a mvc?

1 Answers  


Does django have a database?

1 Answers  


How does django framework work?

1 Answers  


What are the signals in django?

1 Answers  


What are the advantages of using django?

1 Answers  


Explain django.

1 Answers  


Categories