Intermediate module
Module 11: Collections Framework in Practice
Choose practical collections, understand common tradeoffs, and write cleaner code for lists, sets, maps, and sorting.
Module lessons
Module 11: Collections Framework in Practice
0/6 complete0% complete
01
Choose the Right Collection
Choose lists, sets, or maps based on the job instead of guessing.
14 min
Next
02
Lists in Practice: ArrayList vs LinkedList
Compare ArrayList and LinkedList and learn which one fits most real projects.
16 min
Ready
03
Sets for Uniqueness
Use sets to remove duplicates and check membership efficiently.
16 min
Ready
04
Maps for Fast Lookup
Store and retrieve values by key with clear and predictable map code.
18 min
Ready
05
Sorting with Comparable and Comparator
Sort objects cleanly using Comparable and Comparator.
16 min
Ready
06
Mini-Project: Contact Manager
Build a contact manager that combines lists, maps, and sorting in one small program.
28 min
Ready
Advertisement