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 to convert string to int in java?
What is the default value of float and double datatype in java?
What happens if we override private method?
What is a double vs float?
Is java code slower than native code?
What will happens if you opened Internet Explorer 4 times?
What is an anonymous class?
How do you remove duplicates from an array in java?
What happens if an exception is throws from an object's constructor?
Write a program to create a binary Tree ?
Can you instantiate the math class in Java?
What is the difference between the program and the process?