What is the DAO Layer in any application?

Hi,

What is the use of the DAO layer in any application and how to develop it. Explain with the example code.

Thanks

View Answers

April 3, 2015 at 6:05 AM

The DAO layer is also known as data access layer. This layer is used to provide the data access services to the application.

Data access framework such Hibernate is used to make the DAO layer. This example code explains the DAO layer in applications.

Check the tutorial DAO Layer explained.

Thanks









Related Tutorials/Questions & Answers:
Advertisements