Skip to content

Latest commit

 

History

History
5 lines (4 loc) · 446 Bytes

File metadata and controls

5 lines (4 loc) · 446 Bytes

DAOExample

This the Data Acess Object implemented in java

Note, you need a MySQL database installed to be able to run this application

In computer software, a data access object is an object that provides an abstract interface to some type of database or other persistence mechanism. By mapping application calls to the persistence layer, the DAO provides some specific data operations without exposing details of the database. Wikipedia