InterviewSolution
Saved Bookmarks
| 1. |
What is a bucket overflow?(a) When a bucket does not have enough space(b) There are insufficient buckets(c) When Bucket skew occurs(d) All of the mentioned |
|
Answer» Right choice is (d) All of the mentioned Explanation: Bucket overflow can occur in many ways. When a bucket does not have enough space, there are insufficient buckets, when a bucket skew occurs. |
|