What is mvc? And how it works?
Answer / Upendra Kumar Awasthi
MVC (Model-View-Controller) is a software design pattern commonly used in web development. The Model represents the data and business logic, the View handles user interface elements, and the Controller acts as an intermediary between them. When a user interacts with the View, the Controller updates the Model and then triggers the View to refresh accordingly.
| Is This Answer Correct ? | 0 Yes | 0 No |
Explain Ruby exceptions?
Tell me what is the difference between active support's “hashwithindifferent” and ruby's “hash” ?
Explain ruby class.
What is ruby methods?
Explain the role of modules and mixins in ruby?
Tell me what are blocks and procs?
How to use ruby methods.
How does a symbol differ from a string?
What is sysread method in Ruby?
Explain some of the looping structures available in ruby?
Explain about portability?
What is ruby?