+ 2

What is DTO/DAO?

Please Explain In simple

17th Jul 2022, 2:49 PM
Stranger
Stranger - avatar
2 Answers
+ 4
Stranger DTO is an object which holds data. It contains instance variable and setter, getter methods. DTO means Data Transfer Object. DAO is a class utility where we perform CRUD operations like Save, Update, Delete. We also get data from database and pass to the Business Logic where different operation performs. DAO means Data Access Object.
17th Jul 2022, 4:48 PM
AÍąJ
AÍąJ - avatar
19th Jul 2022, 10:57 PM
Roland
Roland - avatar