Which statement is false?
a. A List is a Collection.
b. A List cannot contain duplicate elements.
c. A List is sometimes called a sequence.
d. Lists use zero-based indices.
B
Computer Science & Information Technology
You might also like to view...
Internet Explorer defaults to which protocol prefix for the communication rules used by the computer to connect to servers on the Web?
A) rss B) http C) jpeg D) tiff
Computer Science & Information Technology
Which of the following tasks would a binary search tree not be well suited for?
a. Duplicate elimination. b. Searching. c. Sorting. d. Reversing an unsorted sequence.
Computer Science & Information Technology