Advanced Features in Java: Getting Started with Java Collections

Java    |    Intermediate
  • 9 videos | 1h 8m 20s
  • Includes Assessment
  • Earns a Badge
Rating 4.6 of 68 users Rating 4.6 of 68 users (68)
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 course
    Construct arrays to contain objects of various types
    Describe the two limitations of an array
    Describes the is-a relationship of an arraylist with collection, iterable, and list
    Describe how an arraylist is ordered and allows duplicates
  • Recognize the individual methods from the collection interface
    Recognize how the iterable and iterator interfaces can be accessed using loops to avoid run-time errors from going over the limits of a list
    Recognize how the .get method can be used to access individual elements of a list
    Summarize the key concepts covered in this course

IN THIS COURSE

  • 2m 21s
  • 8m 25s
    In this video, you will learn how to construct arrays to contain objects of various types. FREE ACCESS
  • Locked
    3.  Limitations of Arrays
    9m 56s
    After completing this video, you will be able to describe the two limitations of an array. FREE ACCESS
  • Locked
    4.  ArrayList as a Collection
    9m 28s
    After completing this video, you will be able to describe the is-a relationship of an ArrayList with Collection, Iterable, and List. FREE ACCESS
  • Locked
    5.  Properties of ArrayList
    8m 6s
    After completing this video, you will be able to describe how an ArrayList is ordered and how it allows duplicates. FREE ACCESS
  • Locked
    6.  Methods of the Array Class
    9m 6s
    Upon completion of this video, you will be able to recognize individual methods from the collection interface. FREE ACCESS
  • Locked
    7.  Custom Objects in ArrayLists
    10m 12s
    After 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
  • Locked
    8.  Indexing into ArrayLists
    9m 10s
    Upon 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
  • Locked
    9.  Course Summary
    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.

YOU MIGHT ALSO LIKE

Rating 4.6 of 213 users Rating 4.6 of 213 users (213)
Rating 4.6 of 62 users Rating 4.6 of 62 users (62)
Rating 4.5 of 84 users Rating 4.5 of 84 users (84)

PEOPLE WHO VIEWED THIS ALSO VIEWED THESE

Rating 4.3 of 48 users Rating 4.3 of 48 users (48)
Rating 4.7 of 13 users Rating 4.7 of 13 users (13)
Rating 4.4 of 50 users Rating 4.4 of 50 users (50)