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 the java reflection api? Why it’s so important to have?
Is boolean a data type in java?
What are packages in java?
What is the meaning of course?
What is the difference between jfc & wfc?
What is a nested class?
What are void methods?
In Inheritence concept, i have a static method in super class and i am inheriting that class to one sub class.in that case the static method is inherited to sub class or not????
What is the difference between synchronized and synchronized block?
What is the main functionality of Prepared Statement?
Why do we use bufferedreader?
Difference between String and StringBuffer.