The document covers core Java training on collections, specifically maps, including the map interface, various map methods, and examples of HashMap and TreeMap. It explains the characteristics of these maps, such as key uniqueness, value storage, and differences between HashMap and TreeMap, as well as the use of bulk operations. The document also outlines exercises and upcoming topics related to inner classes.