Examveda

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: Option A


This Question Belongs to Java Program >> Collections Framework In Java

Join The Discussion

Related Questions on Collections Framework in java