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 |
How many bits is a char?
what are synchronized methods and synchronized statements? : Java thread
Why string is immutable or final in java
What is scope & storage allocation of global and extern variables? Explain with an example
How the elements are organized in GridBagLayout?
What is data abstraction? Elaborate with example?
Can we create an object of static class in java?
what is the difference between process and thread? : Java thread
Give me some null interfaces in java?
What is the difference between the ">>" and " >>>" operators in java?
How do I type unicode?
What is string variable?