Question: What happens when the load factor of a hash table exceeds a certain threshold?
Options:
Correct Answer: The table is resized
Solution:
When the load factor exceeds a certain threshold, the hash table is typically resized to maintain efficient access times.