How to decrease number of hashings in has
Answer / gajendra
Specifying the initial capacity and load factor at the time
of declaration of Hashtable/HashMap will decrease the
number of hashings.
Hashtable ht=new Hashtable(15,0.75);
| Is This Answer Correct ? | 3 Yes | 0 No |
What is entry in java?
What do you mean by global variable?
What is preflight request?
What is non static block in java
10 Answers Emphasis, Ness Technologies,
Explain Connection Pooling?
What is final keyword in java?
Explain about interrupt() method of thread class ?
Should database connections be singleton?
What is the difference between a field variable and a local variable?
What is the difference between Stream Reader and Stream Writer?
Why put method is used?
What are the performance implications of interfaces over abstract classes?