Exam 7: Sets and Maps

arrow
  • Select Tags
search iconSearch Question
  • Select Tags

The problem with ____________________ probing is that it tends to form clusters of keys in the table, causing longer search chains.

(Short Answer)
4.8/5
(43)

Which of the following is a commonly used method of the Set interface?

(Multiple Choice)
5.0/5
(37)

Sets contain no pair of elements e1 and e2 such that e1.equals(e2), and at most one null element.

(True/False)
4.8/5
(31)

In ____________________ addressing, each hash table element (type Object) references a single key-value pair.

(Short Answer)
4.9/5
(32)

An addressing technique in which each table element references a linked list that contains all the items that hash to the the same table index is referred to as _________________________.

(Short Answer)
4.9/5
(37)

The Java API implements the Set using a(n) ____________________.

(Short Answer)
4.9/5
(41)

One requirement on the key-value pair for a Map object is to implement the interface ____________________, which is an inner interface of interface Map.

(Short Answer)
4.8/5
(32)
Showing 21 - 27 of 27
close modal

Filters

  • Essay(0)
  • Multiple Choice(0)
  • Short Answer(0)
  • True False(0)
  • Matching(0)