As a DTO often is used between system boundaries, they are often serializable. A DAO, on the other hand, has methods to find and update objects in the persistence store. So it will have methods like findCustomerById or updateProduct and the like. The soul is dyed the color of its ...