Chapter 6 Flashcards
1
Q
What are 2 types of collection in java
A
Array list
Hash map
2
Q
What is arraylist
A
They replace vector. They grow over time
3
Q
Can we put any object in arraylist
A
Yes
4
Q
Does hash map architecture is key value
A
Yes