Introduction to Arrays Flashcards

1
Q

An can hold
multiple values of the
same data type
simultaneously.

A

Array

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
2
Q

The number inside the
brackets is the

A

array’s
size declarator.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
3
Q

A is used as an
index to pinpoint a
specific element within
an array.

A

subscript

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
4
Q

Each array in Java has a public field
named

A

length

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
5
Q

Java performs , which means that it
does not allow a statement to
use a subscript

A

array bounds
checking

How well did you know this?
1
Not at all
2
3
4
5
Perfectly