Answer Posted / 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 |
Post New Answer View All Answers
what is object slice?
What environment variables are required to be set on a machine in order to run Java programs?
java Technical questions asked by JPMC
What are the features in java?
When should you make a function static?
Can a class extend 2 classes in java?
What are the object and class classes used for?
In the below example, how many string objects are created?
Why are arrays useful in java?
Explain the importance of finally over return statement?
Can we sort a map in java?
Can a boolean be null java?
What is hash in java?
What is the static import?
What is a key in java?