Answer Posted / Upasana Jyoti Tripathi
In the MVC (Model-View-Controller) design pattern, DAO (Data Access Object) represents the Model component that is responsible for accessing and manipulating data stored in a database. It serves as an interface between the application's logic and the specific data source.
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers