Core data structures, performance characteristics, and concurrent collections.
The Java Collections Framework provides standard data structures like lists, sets, and maps. Understanding their performance characteristics is essential for choosing the right data structure for a task.
Recommended: profile common operations (add/remove/iterate) and prefer concurrent collections for thread-safe access.