Lambda Functions in JavaExplores lambda functions in Java, showcasing their use through examples like the 'PrintAll' class.
Integer Types in JavaExplains interpreting bit vectors as integers, two's complement, overflow, and integer type limits in Java.
Generics and SubtypingCovers advanced concepts in generics and subtyping in Java, focusing on LinkedList implementation and List interface.
Implementation of Singly Linked ListsCovers the implementation of singly linked lists in Java, focusing on concepts such as nodes, size management, adding, removing, and getting elements.
Implementation of ListsCovers the implementation of lists in Java, exploring methods like size, add, remove, contains, get, set, and iterator.