The three major categories of Java collections are
A) lists, sets, and maps
B) hash lists, hash tables, and sets
C) sets, collections, and maps
D) tree sets, list sets, and hash maps
A) lists, sets, and maps
Computer Science & Information Technology
You might also like to view...
What does a data bar in a cell represent?
A) The value of a cell relative to other cells B) The sum of the values above the data bar cell C) The values in a range of cells D) The values of the two cells to the left of the cell with the data bar
Computer Science & Information Technology
When a running thread calls________on the synchronization object, every thread in the waiting state for that object becomes ready.
a) wake. b) notifyAll. c) notify. d) None of the above.
Computer Science & Information Technology