what happens when we add the objects morethan the size limit
to a hashmap
When the number of entries in the hash table exceeds the
product of the load factor and the current capacity, the
hash table is rehashed (that is, internal data structures
are rebuilt) so that the hash table has approximately twice
the number of buckets.
As a general rule, the default load factor (.75) offers a
good tradeoff between time and space costs. Higher values
decrease the space overhead but increase the lookup cost
(reflected in most of the operations of the HashMap class,
including get and put). The expected number of entries in
the map and its load factor should be taken into account
when setting its initial capacity, so as to minimize the
number of rehash operations. If the initial capacity is
greater than the maximum number of entries divided by the
load factor, no rehash operations will ever occur.
| Is This Answer Correct ? | 3 Yes | 0 No |
Is hashset ordered?
What is the difference between the reader/writer class hierarchy and the inputstream/outputstream class hierarchy in java programming?
Tell me about your ability to work under pressure
What is java full form?
Name the types of 'priority'?
Differentiate between a class and an object.
How many bits is a double?
Is c better than java?
write a code, we have two thread, one is printing even no and other print the odd no.
if am have 100 threads(for ex:T1,T2---T100) how we give priority to these threads and how the system excute these threads
I want to know the host name and provider name for tcs web mail
What is the use of coding?