Multiple Choice
What do you call the number that is used as an index to pinpoint a specific element within an array?
A) subscript
B) global unique identifier
C) element
D) argument
Correct Answer:

Verified
Correct Answer:
Verified
Related Questions
Q21: What would be the results of the
Q22: The ArrayList class is in this package.<br>A)
Q24: Given the following two-dimensional array declaration, which
Q26: If numbers is a two-dimensional int array
Q27: Given that String[] str has been initialized,
Q30: What will be the value of x[1]
Q31: In memory, an array of String objects<br>A)
Q37: An ArrayList object automatically expands in size
Q61: The String [ ] args parameter in
Q63: When an array of objects is declared