- Course
Java Fundamentals: Collections
Learn why you would want to use collections instead of arrays and understand the power of Lists, Sets, and Maps.
- Course
Java Fundamentals: Collections
Learn why you would want to use collections instead of arrays and understand the power of Lists, Sets, and Maps.
Get started today
Access this course and other top-rated tech content with one of our business plans.
Try this course for free
Access this course and other top-rated tech content with one of our individual plans.
This course is included in the libraries shown below:
- Core Tech
What you'll learn
Working with data is fundamental to any business problem. Java Collections are data structures designed to store and process data in memory. We start with why you want to use collections instead of arrays, cover the capabilities of Lists, Sets, and Maps and explain the different data structure tradeoffs.