InterviewSolution
| 1. |
What is Data Access Object Pattern(DAO) pattern? |
|
Answer» Data Access Object Pattern or DAO pattern is used to separate low level data accessing API or operations from high level business services. Following are the participants in Data Access Object Pattern.
|
|