5910 Breckenridge Pkwy Suite B, Tampa, FL. 33610
(800) 272-0707

SkillSoft Explore Course

Aspire     Java Novice to Javanista     Java Novice to Javanista Track 2: Java Apprentice
The Java collections framework is a set of classes and interfaces that implement commonly reusable collection data structures. Though not part of the Java collection framework, arrays allow you to store multiple elements. They are incredibly useful, albeit with significant drawbacks, when used as collection containers. Use this course to practice working with arrays and collections.
Start by storing data in an ordered form using arrays. Through this, explore the drawbacks of arrays. Next, examine multi-dimensional arrays and jagged arrays. Finally, create and use the non-parameterized array list to store elements.
When you're finished with this course, you'll have a good understanding of how arrays work, their drawbacks, and how the use of collections can overcome many of the limitations of working with arrays.

Objectives

Collections in Java: Arrays & Non-parameterized ArrayLists

  • discover the key concepts covered in this course
  • create and add data to arrays of different types
  • examine the fixed-length enforcement of arrays
  • iterate over the values in arrays using for loops
  • define functions to add and delete values in arrays
  • use multidimensional arrays to store tabular data
  • store and access elements in array lists, part of the Java collections framework
  • work with type rules on non-parameterized collections
  • summarize the key concepts covered in this course