Beginner module
Module 7: Arrays and the Collections Framework
Learn to store and manage groups of objects using fixed-size arrays and the powerful, flexible Java Collections Framework, including Lists, Sets, and Maps.
Lessons
3
Short units, clear order.
Starts with
Working with Arrays
Finish line
The Collections Framework: An Overview
Lesson checklist
Module 7: Arrays and the Collections Framework
0/3 complete0% complete
0130 minNext
Working with Arrays
Master the fundamentals of arrays, Java's basic structure for storing a fixed-size list of elements of the same type.
0230 minReady
Introduction to ArrayList
Step up from arrays to `ArrayList`, a dynamic, resizable array implementation from the Collections Framework.
0320 minReady
The Collections Framework: An Overview
Get a high-level introduction to the Java Collections Framework and its main interfaces: `List`, `Set`, and `Map`.
Advertisement