1.

What Is Load Factor In Hashmap?

Answer»

A load factor is a number which controls the resizing of HashMap when a number of elements in the HashMap CROSS the load factor e.g. if the load factor is 0.75 and when BECOMING more than 75% full then resizing TRIGGER which involves array copy.

A load factor is a number which controls the resizing of HashMap when a number of elements in the HashMap cross the load factor e.g. if the load factor is 0.75 and when becoming more than 75% full then resizing trigger which involves array copy.



Discussion

No Comment Found