204.
Which of the following is an advantage of using an array?
View Description
Basic array has a number of advantages over the more powerful classes from the System.Collections namespace: they are simple, efficient, and typesafe (compared to an ArrayList). The main disadvantage of a basic array is that it is fixed size.