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...
Which of the following is NOT a standard Windows log found in Event Viewer?
A. System B. Security C. Applications D. Startup
To what does the term accessibility refer?
What will be an ideal response?
A ________ is a datasheet that displays the records joined to the main record through a relationship
A) mini-datasheet B) secondary datasheet C) subdatasheet D) subordinate datasheet
Declaring multiple variables in a single declaration statement requires giving the data type of variables only once, separating all variable names by commas, and using only one semicolon to terminate the declaration.
Answer the following statement true (T) or false (F)