

MCQOPTIONS
Saved Bookmarks
1. |
If large number of items are stored in hash bucket, what happens to the internal structure? |
A. | The bucket will switch from LinkedList to BalancedTree |
B. | The bucket will increase its size by a factor of load size defined |
C. | The LinkedList will be replaced by another hashmap |
D. | Any further addition throws Overflow exception |
Answer» B. The bucket will increase its size by a factor of load size defined | |