what are the 3 proper methods for copying arrays?
Give this one a try later!
1. using a loop (for loop)
2. the arraycopy() method
3. the clone() method [learn in csci 1302]
, what are the values in an array normally called
Give this one a try later!
elements
once an array is created, can its size be changes?
Give this one a try later!
nope, the size is fixed
What is an array
Give this one a try later!
data structure that represents a collection of the same types of data
How do you create an array?
Give this one a try later!
Give this one a try later!
1. using a loop (for loop)
2. the arraycopy() method
3. the clone() method [learn in csci 1302]
, what are the values in an array normally called
Give this one a try later!
elements
once an array is created, can its size be changes?
Give this one a try later!
nope, the size is fixed
What is an array
Give this one a try later!
data structure that represents a collection of the same types of data
How do you create an array?
Give this one a try later!