=========
Core Java Lang OOP Cookbooks and Examples
Relevant Articles:
- Guide to hashCode() in Java
 - A Guide to the Static Keyword in Java
 - A Guide to Java Initialization
 - Polymorphism in Java
 - Method Overloading and Overriding in Java
 - How to Make a Deep Copy of an Object in Java
 - Guide to Inheritance in Java
 - Object Type Casting in Java
 - The "final" Keyword in Java
 - Type Erasure in Java Explained
 - Pass-By-Value as a Parameter Passing Mechanism in Java
 - Variable and Method Hiding in Java
 - Access Modifiers in Java
 - Guide to the super Java Keyword
 - Guide to the this Java Keyword
 - Immutable Objects in Java
 - Inheritance and Composition (Is-a vs Has-a relationship) in Java
 - A Guide to Constructors in Java
 - Java equals() and hashCode() Contracts