The insert function of HashTable can return false because:

A. the hash table may be full
B. we may be out of heap memory
C. a duplicate key already exists
D. the client supplied a faulty hash function

D

Computer Science & Information Technology

You might also like to view...

Which of the following statements is false?

a. You filter elements to produce a stream of intermediate results that match a predicate. b. IntStream method filter receives an object that method that takes one parameter and returns a boolean result. c. If the result of calling filter's argument is true for a given element, that element is included in the resulting stream. d. All of the above statements are true.

Computer Science & Information Technology

Subscript values can be negative integers in all languages.

Answer the following statement true (T) or false (F)

Computer Science & Information Technology