Golgappa.net | Golgappa.org | BagIndia.net | BodyIndia.Com | CabIndia.net | CarsBikes.net | CarsBikes.org | CashIndia.net | ConsumerIndia.net | CookingIndia.net | DataIndia.net | DealIndia.net | EmailIndia.net | FirstTablet.com | FirstTourist.com | ForsaleIndia.net | IndiaBody.Com | IndiaCab.net | IndiaCash.net | IndiaModel.net | KidForum.net | OfficeIndia.net | PaysIndia.com | RestaurantIndia.net | RestaurantsIndia.net | SaleForum.net | SellForum.net | SoldIndia.com | StarIndia.net | TomatoCab.com | TomatoCabs.com | TownIndia.com
Interested to Buy Any Domain ? << Click Here >> for more details...


Explain the role of components presentation, abstraction and control in mvc?



Explain the role of components presentation, abstraction and control in mvc?..

Answer / Sushil Kumar Roy

In MVC, the three main components are Model, View, and Controller.
1. Presentation: The View component is responsible for displaying data to the user. It does not handle any business logic or data manipulation.
2. Abstraction: The Model represents the data and business logic of the application, providing an abstraction layer between the View and the data source.
3. Control: The Controller manages interactions between the User and the Application. It listens for user input, processes it, and interacts with the Model to manipulate or fetch data, before updating the View accordingly.

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More MVC Model View Controller Interview Questions

What is mvc core?

1 Answers  


what is get and post action types?

1 Answers  


What is mvc in simple words?

1 Answers  


Why mvc is better than asp net?

1 Answers  


Is mvc faster than web forms?

1 Answers  


What are the advantages of mvc?

1 Answers  


What is the difference between mvc and mvp?

1 Answers  


Explain MVC (Model-View-Controller) in general?

1 Answers   Wipro,


Do people still use mvc?

1 Answers  


What is razor in mvc?

1 Answers  


Explain what is routing? What are the three segments for routing is important?

1 Answers  


How can you maintain session in mvc?

1 Answers  


Categories