Vidyalelo
Java Programming · Q55

Java Collections Framework

Programming · Java Programming · question 55

Q55

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
Answer
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

Solution

Answer: Option A
No explanation is given for this question Let's Discuss on Board