After studying the object principle concept of data access object (DAO), I noticed there's wasn't too much information out
there that simplifies the understanding. So this blog 'hopefully' outlines the particular design principles to provide
the information required for the OCPJP 7 exam
In Java, you can compare two objects to determine if their equal or not. Turns out there's two different kinds of comparing,
referencing equality and logical equality