Lambda Functions in JavaExplores lambda functions in Java, showcasing their use through examples like the 'PrintAll' class.
Hashing & SortingExplores hashing techniques like static, extendible, and linear hashing, along with sorting methods such as external merge sort and B+ trees.