Collections and Arrays are essential data structure concepts that any developer will need to understand to be a successful programmer. This course will teach you the core Java Collection framework, Arrays and Generic Typing.
Collections and Arrays are essential data structure concepts that any developer will need to understand to be a successful programmer. This course will teach you the core Java Collection framework, Arrays and Generic Typing.
Passing the Java certification requires a solid foundation and knowledge in Arrays and Collections.
In this course, Working with Arrays and Collections in Java (Java SE 11 Developer Certification 1Z0-819), you’ll learn the fundamentals of the Java Collections framework and Java Generics:
In this course, you will build a solid understanding about Java collections and be able to pick the right data structure for your data needs and solutions. You will be able to understand the performance implications of each of the different collection types and be able to study and pass the collections portion of the Java Developer Certification.
Before starting this course, you should be up to date on the
with a solid understanding on the material covered up to this point.
An array in Java is a container object that holds a fixed number of values of a single type. The length of an array is fixed and established when the array is created.
Java generics are sets of related methods or sets of similar types. Generics allow different data types: integers, strings, or other user-defined types to be used as a parameter to classes, methods, or interfaces.
Collections reduce required programming efforts by providing useful data structures and algorithms. The collections framework frees you to concentrate on important parts of your program rather than low level maintenance required to make it work.
OpenCourser helps millions of learners each year. People visit us to learn workspace skills, ace their exams, and nurture their curiosity.
Our extensive catalog contains over 50,000 courses and twice as many books. Browse by search, by topic, or even by career interests. We'll match you to the right resources quickly.
Find this site helpful? Tell a friend about us.
We're supported by our community of learners. When you purchase or subscribe to courses and programs or purchase books, we may earn a commission from our partners.
Your purchases help us maintain our catalog and keep our servers humming without ads.
Thank you for supporting OpenCourser.