Ask Question
12 December, 09:19

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.

+3
Answers (1)
  1. 12 December, 12:45
    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 and Technology if you're in doubt about the correctness of the answers or there's no answer, then try to use the smart search and find answers to the similar questions.
Search for Other Answers