Ask Question

In which of the following situations is it probably better to use a fixed-size array over another more flexible option, like Array List?

A) A situation where you want to store a collection whose size won't change.

B) A situation where you want a collection of primitive types.

C) A situation where you are specifically asked to use an Array List.

D) A situation where you don't know how many elements you'll be storing.

+5
Answers (1)
  1. 18 June, 04:19
    0
    D) a situation where you don't know ...
Know the Answer?
Not Sure About the Answer?
Find an answer to your question 👍 “In which of the following situations is it probably better to use a fixed-size array over another more flexible option, like Array List? A) ...” in 📗 Computers & Technology if the answers seem to be not correct or there’s no answer. Try a smart search to find answers to similar questions.
Search for Other Answers