Generics and SubtypingCovers advanced concepts in generics and subtyping in Java, focusing on LinkedList implementation and List interface.
Copy Constructor in JavaCovers the copy constructor in Java, explaining its syntax and usage, and alternative methods for creating object copies.
Method Dispatch OptimizationExplores method dispatch optimization in object-oriented languages, focusing on inline caching and membership tests.