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...


Please explain what is mvc and why do we use it?



Please explain what is mvc and why do we use it?..

Answer / Praval Pratap Singh

{"mvc": "Model-View-Controller (MVC) is a design pattern used in software engineering to separate an application into three interconnected components: Model, View, and Controller. Each component has its own responsibilities.","why_use_it": "The main benefit of using MVC is separation of concerns, which makes the code easier to maintain, test, and scale. The model deals with data logic, the view handles user interface, and the controller manages input and output between the two."

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More Ruby Interview Questions

Do you know what is the defined operator?

1 Answers  


what is the syntax for Ruby collect Iterator?

1 Answers  


How ruby looks up a method to invoke?

1 Answers  


In how many ways items can be added in an array in Ruby?

1 Answers  


What is the difference between extend and include?

1 Answers  


what is the difference between a gem and a plugin in Ruby?

1 Answers  


what is the difference between a single quote and double quote?

1 Answers  


Overview of ruby programming language?

1 Answers  


what is the purpose of the rakefile available in the demo directory in ruby?

1 Answers  


Explain about Float, Dig and Max?

1 Answers  


What are Ruby iterators?

1 Answers  


Does hash use “ #==” or “#eql?” To compare hash keys?

1 Answers  


Categories