Java Fundamentals: Collections

Go to class
Write Review

Free Online Course: Java Fundamentals: Collections provided by Pluralsight is a comprehensive online course, which lasts for 2-3 hours worth of material. The course is taught in English and is free of charge. Upon completion of the course, you can receive an e-certificate from Pluralsight. Java Fundamentals: Collections is taught by Richard Warburton.

Overview
  • In this course, you will learn why you would want to use collections instead of arrays and understand the power of lists, sets, and maps.

    Working with data is fundamental to any business problem. In this course, Java Fundamentals: Collections, you will learn about Java Collections - data structures designed to store and process data in memory. First, you will discover why you would want to use collections instead of arrays. Then, you will cover the capabilities of lists, sets, maps, and also the different data structure tradeoffs. Finally, you will explore important collection algorithms and how different collection implementations work. By the end of this course, you will know how to use Java Collections to process data.