Answer the following statements true (T) or false (F)
1. You can only use array indexed variables as arguments to methods.
2. A method can not change the values stored in the indexed variables of an array argument.
3. A collection class is a class whose objects store a collection of values.
4. You may cycle through elements of a collection object using a for loop.
5. In a vararg specification the ellipsis is not part of the Java syntax.
1. False
2. False
3. True
4. False
5. False
You might also like to view...
You can declare several names from a namespace in one declaration:
What will be an ideal response?
```
#include
What type of match would the following function return when the lookup array is sorted in descending order? =MATCH(A3,B7:B53,-1)
A. The match would be the greatest value in the list that is less than or equal to the value of A3. B. The match would be an exact match to A3. C. The match would be A3-1. D. The match would be the smallest value in the list without going over the value of A3.