Which of the following is a reason to use an ArrayList instead of an array? a. An array list is supported by Java while array is not. b. You can store objects in an ArrayList, but not in an array. C....


Which of the following is a reason to use an ArrayList instead of an array?<br>a. An array list is supported by Java while array is not.<br>b. You can store objects in an ArrayList, but not in an array.<br>C. An array has faster access to its elements than a list does.<br>O d. An ArrayList can grow or shrink as needed, while an array is always the same size<br>

Extracted text: Which of the following is a reason to use an ArrayList instead of an array? a. An array list is supported by Java while array is not. b. You can store objects in an ArrayList, but not in an array. C. An array has faster access to its elements than a list does. O d. An ArrayList can grow or shrink as needed, while an array is always the same size

Jun 10, 2022
SOLUTION.PDF

Get Answer To This Question

Related Questions & Answers

More Questions »

Submit New Assignment

Copy and Paste Your Assignment Here