Answer the following statements true (T) or false (F)
1. An ArrayList object automatically expands in size to accommodate the items stored in it.
2. Java does not limit the number of dimensions an array may have.
3. The String[] args parameter in the main method header allows the program to receive arguments from the operating system command-line.
4. When an array of objects is declared but not initialized, the array values are set to null.
5. To determine if two arrays are equal you must compare each of the elements of the two arrays.
1. TRUE
2. TRUE
3. TRUE
4. TRUE
5. TRUE
You might also like to view...
Hyperlinks are text or graphics that you click to display a different page or a different location on the same page
Indicate whether the statement is true or false
Which of the following are correct declarations of iterators for STL containers? You may assume that the proper header has been included and that a using directive makes the names from namespace std available.
a. vector