What Data Structure Should Be Used When Number Of Elements Is #1158
What data structure should be used when number of elements is fixed?
This multiple choice question (MCQ) is related to the book/course gs gs128 Java. It can also be found in gs gs128 Java Autoboxing - Java Coding Best Practices - Quiz No.1.
What data structure should be used when number of elements is fixed?
Array
Array list
Vector
Set