March 2023
Intermediate to advanced
1851 pages
66h 25m
English
ArrayList<E>12
Chapter Topics
Understanding the concept of a list as a collection
The inheritance relationship between the ArrayList<E> class, the List<E> interface, and the Collection<E> interface in the Java Collections Framework
Declaring and using references of the ArrayList<E> type
Creating unmodifiable lists
Creating, modifying, querying, and traversing ArrayLists
Interoperability between arrays and ArrayLists
Comparison of arrays and ArrayLists
Java SE 17 Developer Exam Objectives |
|
|---|---|
[5.1] Create Java arrays, List, Set, Map and Deque collections, and add, remove, update, retrieve and sort their elements |
Read now
Unlock full access