Advanced Features in Java: Getting Started with Java Collections
Java
| Intermediate
- 9 videos | 1h 8m 20s
- Includes Assessment
- Earns a Badge
In this course, you'll be introduced to Java collections and explore the details of how the Lists part of the Collections framework works. You'll start by learning how arrays are a rudimentary form of containers with some similarities to ArrayLists. Next, you'll explore the limitations of arrays, namely their fixed length and limited API support. You'll then move on to ArrayLists and explore how ArrayLists mitigate the weaknesses of arrays while still retaining their advantages. You'll learn how to instantiate an ArrayList and iterate over it using while loops, ordinary for-loops, and enhanced for-loops. Finally, you'll examine how to access and modify specific elements in an ArrayList.
WHAT YOU WILL LEARN
-
Discover the key concepts covered in this courseConstruct arrays to contain objects of various typesDescribe the two limitations of an arrayDescribes the is-a relationship of an arraylist with collection, iterable, and listDescribe how an arraylist is ordered and allows duplicates
-
Recognize the individual methods from the collection interfaceRecognize how the iterable and iterator interfaces can be accessed using loops to avoid run-time errors from going over the limits of a listRecognize how the .get method can be used to access individual elements of a listSummarize the key concepts covered in this course
IN THIS COURSE
-
2m 21s
-
8m 25sIn this video, you will learn how to construct arrays to contain objects of various types. FREE ACCESS
-
9m 56sAfter completing this video, you will be able to describe the two limitations of an array. FREE ACCESS
-
9m 28sAfter completing this video, you will be able to describe the is-a relationship of an ArrayList with Collection, Iterable, and List. FREE ACCESS
-
8m 6sAfter completing this video, you will be able to describe how an ArrayList is ordered and how it allows duplicates. FREE ACCESS
-
9m 6sUpon completion of this video, you will be able to recognize individual methods from the collection interface. FREE ACCESS
-
10m 12sAfter completing this video, you will be able to recognize how the Iterable and Iterator interfaces can be accessed using loops to avoid run-time errors from exceeding the limits of a list. FREE ACCESS
-
9m 10sUpon completion of this video, you will be able to recognize how the .get() method can be used to access individual elements of a list. FREE ACCESS
-
1m 36s
EARN A DIGITAL BADGE WHEN YOU COMPLETE THIS COURSE
Skillsoft is providing you the opportunity to earn a digital badge upon successful completion on some of our courses, which can be shared on any social network or business platform.
Digital badges are yours to keep, forever.