This chapter is going to be the Quick recap/review of the concepts we learnt in the previous chapters on collections.
So, lets get started!!!
Overriding hashCode() and equals()
* equals(), hashCode(), and toString() are public.
* Override toString() so that System.out.println() or other methods can see something useful, like your object’s state.
* Use == to determine if two reference