core java samples
- Custom HashMap implementation
- Serialization Samples
- ListIterator and Iterator implemenations: ListIterator's cursor can move both in the forward and backward direction whereas Iterator can only move in the forwa d direction.
- Comparator and Comparable: Comparable has compareTo method which returns -1 0 1, based on which Collections and Arra-s static method sort sorts them.