In this chapter, we are going to take a detailed look at the DAO or Data Access Object Design Pattern.
What is Data Access Object Pattern?
The DAO pattern provides the connection between the business logic tier and the resource (usually a database) tier. The Data Access Object represents a general interface to the resources layer: It handles all calls to it. JDBC is the most commonly used