ArrayList

4.0(2)
studied byStudied by 73 people
learnLearn
examPractice Test
spaced repetitionSpaced Repetition
heart puzzleMatch
flashcardsFlashcards
Card Sorting

1/3

Study Analytics
Name
Mastery
Learn
Test
Matching
Spaced

No study sessions yet.

4 Terms

1
New cards

ArrayList object

object or element found in an arraylist

2
New cards

dynamically sized

the arraylist can either add or remove elements as needed

3
New cards

typed Arraylist

the type of data that an Arraylist holds

4
New cards

Arraylist

it can hold many objects of the same type, and can grow or shrink as needed, and can remove items or add items to it unlike Arrays.