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 meant by final class?
whar are the draw backs of programming lang step by step in Clang and next in C++ and next and in Java nad in .Net
What is the primitive type short?
what is aggregation in java?
What is the escape character in java?
What is int lol?
What are the differences between abstract class and interface?
What is the significance of listiterator?
What is data member in java?
how do I create a runnable with inheritance? : Java thread
Can a class be a super class and a sub-class at the same time? Give example.
What are the types of inner classes (non-static nested class) used in java?
Which is easier netbeans or eclipse?
What carriage return means?
Which of the following is not an isolation level in the JDBC