Home
Explore
Exams
Search for anything
Login
Get started
Home
Engineering
AP Computer Science A
Unit 7: ArrayList
ArrayList
4.0
(2)
Rate it
Studied by 73 people
View linked note
Learn
Practice Test
Spaced Repetition
Match
Flashcards
Card Sorting
1/3
Earn XP
Description and Tags
Computer Science
AP Computer Science A
Unit 7: ArrayList
Add tags
Study Analytics
All
Learn
Practice Test
Matching
Spaced Repetition
Name
Mastery
Learn
Test
Matching
Spaced
No study sessions yet.
4 Terms
View all (4)
Star these 4
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.