ArrayList internally uses a resizable array.
Practice this question from Quiz: Collection Comparisons, with options and an explanation.
Question
ArrayList internally uses a resizable array.
Option A — Correct answer
True
ArrayList has O(1) indexed access because it is backed by an array.
Option B
False
ArrayList has O(1) indexed access because it is backed by an array.