Multiple Choice
An array-based implementation of an ADT list ______.
A) requires less memory to store an item than a reference-based implementation
B) is not a good choice for a small list
C) has a variable size
D) has items which explicitly reference the next items
Correct Answer:

Verified
Correct Answer:
Verified
Q34: A _ can be used to facilitate
Q35: What are the three high-level steps to
Q36: Write the code fragment to insert a
Q37: No node in a circular linked list
Q38: In the following code segment: Integer maxNum;<br>MaxNum
Q40: In Java,the programmer must explicitly deallocate memory.
Q41: In all circular linked lists,_.<br>A)every node references
Q42: Each node in a linear linked list
Q43: What information is stored in a reference
Q44: According to the principle of information hiding,the