Answer Posted / sanjay kumar singh
If i want to hide the persistence logic from other
components and reduce the direct dependency to implement
flexible system with less maintenance in future then we use DAO.
Using DAO to encapsulates all access to the persistence
store and regardless what type of data store you used DAO
provide uniform API to its client.
DAO completely hides the data store implementation from its
client.
When data store implementation is changed, no modification
is required in the clients of DAO because DAO will be
exposed to the client as an interface which will not be
changed. Only changes is its DAOimplementation.
| Is This Answer Correct ? | 19 Yes | 2 No |
Post New Answer View All Answers
What is wildfly java?
Is string a primitive data type in java?
What is the build file?
What is jaap?
Is c++ more secure than java?
Define thin client?
What is application component provider?
What is application client?
Explain jta, jndi, and jms.
What is B2B?
Which framework is best for java?
What is component contract?
What is deployment descriptor?
What is mean by j2ee?
What are j2ee concepts?